Combined pipelines.

Added force delete.

Updates.

Added region.
This commit is contained in:
jefferyfry
2020-05-21 19:23:09 -07:00
parent 4e9153dffa
commit 1f321502be
10 changed files with 130 additions and 123 deletions

View File

@@ -144,4 +144,5 @@
- name: Cleanup and delete stack
cloudformation:
stack_name: "{{ lookup('env', 'stack_name') }}"
region: "us-east-1"
state: "absent"