Add auto-approve for destruction step

This commit is contained in:
Conor McManus 2023-01-05 14:41:30 +01:00
parent c35e81d6e3
commit 63930e5d34

View file

@ -51,7 +51,7 @@ tf-destroy:
- chmod 600 jamulus.pem
script:
- terraform init
- terraform destroy
- terraform destroy -auto-approve
dependencies:
- tf-plan
when: manual