Add auto-approve for destruction step
This commit is contained in:
parent
c35e81d6e3
commit
63930e5d34
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ tf-destroy:
|
||||||
- chmod 600 jamulus.pem
|
- chmod 600 jamulus.pem
|
||||||
script:
|
script:
|
||||||
- terraform init
|
- terraform init
|
||||||
- terraform destroy
|
- terraform destroy -auto-approve
|
||||||
dependencies:
|
dependencies:
|
||||||
- tf-plan
|
- tf-plan
|
||||||
when: manual
|
when: manual
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue