File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
25-Azure-DevOps-Terraform-Azure-AKS Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -263,11 +263,11 @@ stages:
263
263
``` yaml
264
264
# Stage-2: Deploy Stages for Dev & QA
265
265
# 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)
271
271
272
272
# Define Variables
273
273
variables :
You can’t perform that action at this time.
0 commit comments