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
|
||||
script:
|
||||
- terraform init
|
||||
- terraform destroy
|
||||
- terraform destroy -auto-approve
|
||||
dependencies:
|
||||
- tf-plan
|
||||
when: manual
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue