Skip to content

Commit 0e832d9

Browse files
committed
Welcome to Stack Simplify
1 parent 1a61e89 commit 0e832d9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

25-Azure-DevOps-Terraform-Azure-AKS/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -263,11 +263,11 @@ stages:
263263
```yaml
264264
# Stage-2: Deploy Stages for Dev & QA
265265
# Deployment-1: Deploy Dev AKS Cluster
266-
## Step-1: Define Variables
267-
## Step-2: Download Secure File
268-
## Step-3: Terraform Initialize (State Storage to store in Azure Storage Account)
269-
## Step-4: Terraform Plan
270-
## Step-5: Terraform Apply
266+
## Step-1: Define Environment Variables
267+
## Step-2: Download SSH Secure File
268+
## Step-3: Terraform Initialize (State Storage to store in Azure Storage Account for Dev AKS Cluster)
269+
## Step-4: Terraform Plan (Create Plan)
270+
## Step-5: Terraform Apply (Use the plan created in previous step)
271271

272272
# Define Variables
273273
variables:

0 commit comments

Comments
 (0)