File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6161 - name : Run Terraform Plan
6262 id : plan
6363 run : |
64- terraform plan -input=false -no-color -var-file="${{vars.TF_VARS_FILE}}" -out tf.plan > plan_output.txt 2>&1
64+ terraform plan -lock-timeout=20m - input=false -no-color -var-file="${{vars.TF_VARS_FILE}}" -out tf.plan > plan_output.txt 2>&1
6565 terraform show -no-color tf.plan > tfplan.txt 2>&1
6666
6767 # Mask PEM certificates (BEGIN...END CERTIFICATE)
@@ -202,7 +202,7 @@ jobs:
202202 # Terraform apply will only occur on a push (merge request completion)
203203 - name : Run Terraform Apply
204204 if : github.ref == 'refs/heads/main'
205- run : terraform apply -auto-approve -input=false tf.plan
205+ run : terraform apply -lock-timeout=20m - auto-approve -input=false tf.plan
206206 working-directory : ./infrastructure
207207
208208 deploy_lambdas :
You can’t perform that action at this time.
0 commit comments