File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,17 +42,17 @@ jobs:
4242
4343 # ------------------- Terraform Init -------------------
4444 - name : Terraform Init
45- working-directory : terraformv3/complete/container_platform/ # update path to your Terraform files
45+ working-directory : terraformv3/examples/ complete/container_platform/ # update path to your Terraform files
4646 run : terraform init
4747
4848 # ------------------- Terraform Plan -------------------
4949 - name : Terraform Plan
50- working-directory : terraformv3/complete/container_platform/
50+ working-directory : terraformv3/examples/ complete/container_platform/
5151 run : terraform plan -out=tfplan
5252
5353 # ------------------- Terraform Apply -------------------
5454 - name : Terraform Apply
55- working-directory : terraformv3/complete/container_platform/
55+ working-directory : terraformv3/examples/ complete/container_platform/
5656 run : terraform apply -auto-approve tfplan
5757
5858 # ------------------- Determine Idle Slot -------------------
You can’t perform that action at this time.
0 commit comments