File tree Expand file tree Collapse file tree
create-api-deployment-pre-reqs/tasks
destroy-api-deployment-pre-reqs/tasks
destroy-ecs-proxies/tasks Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 when : item.state == 'file'
3737
3838 - name : terraform plan
39- shell : " make -C {{ out_dir }}/terraform clean plan args='-no-color -out tfplan.out'" # noqa 305
39+ shell : " make -C {{ out_dir }}/terraform clean plan args='-no-color -lock-timeout=30m - out tfplan.out'" # noqa 305
4040 register : tfplan
4141 failed_when : tfplan.rc not in (0, 2)
4242 when : not do_not_terraform
4343
4444 - name : terraform apply
45- shell : " make -C {{ out_dir }}/terraform apply-plan args='-no-color --auto-approve tfplan.out'" # noqa 305
45+ shell : " make -C {{ out_dir }}/terraform apply-plan args='-no-color -lock-timeout=30m - -auto-approve tfplan.out'" # noqa 305
4646 register : tfapply
4747 when : not do_not_terraform
4848
Original file line number Diff line number Diff line change 7272 when : item.state == 'file'
7373
7474 - name : terraform plan
75- shell : " make -C {{ out_dir }}/terraform clean plan args='-no-color -out tfplan.out'" # noqa 305
75+ shell : " make -C {{ out_dir }}/terraform clean plan args='-no-color -lock-timeout=30m - out tfplan.out'" # noqa 305
7676 register : tfplan
7777 failed_when : tfplan.rc not in (0, 2)
7878 when : not do_not_terraform
7979
8080 - name : terraform apply
81- shell : " make -C {{ out_dir }}/terraform apply-plan args='-no-color --auto-approve tfplan.out'" # noqa 305
81+ shell : " make -C {{ out_dir }}/terraform apply-plan args='-no-color -lock-timeout=30m - -auto-approve tfplan.out'" # noqa 305
8282 register : tfapply
8383 when : not do_not_terraform
8484
Original file line number Diff line number Diff line change 4242 when : not do_not_terraform
4343
4444 - name : terraform destroy
45- shell : " make -C {{ out_dir }}/terraform apply args='-no-color --auto-approve' tf-command=destroy" # noqa 305
45+ shell : " make -C {{ out_dir }}/terraform apply args='-no-color -lock-timeout=30m - -auto-approve' tf-command=destroy" # noqa 305
4646 register : tfapply
4747 when : not do_not_terraform
4848
Original file line number Diff line number Diff line change 7575 when : not do_not_terraform
7676
7777 - name : terraform destroy
78- shell : " make -C {{ out_dir }}/terraform apply args='-no-color --auto-approve' tf-command=destroy" # noqa 305
78+ shell : " make -C {{ out_dir }}/terraform apply args='-no-color -lock-timeout=30m - -auto-approve' tf-command=destroy" # noqa 305
7979 register : tfapply
8080 when : not do_not_terraform
8181
You can’t perform that action at this time.
0 commit comments