TEST: automatic destroy fails

This commit is contained in:
miampf 2024-05-03 13:46:11 +02:00
parent 92f13a6e5c
commit 8cd937f1a8
No known key found for this signature in database
GPG Key ID: EF039364B5B6886C

View File

@ -3,7 +3,8 @@
clean_up() {
echo "::group::Terminate"
terraform destroy -auto-approve
# terraform destroy -auto-approve
exit 1
echo "::endgroup::"
}