We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eac08d8 commit 77e4e30Copy full SHA for 77e4e30
.ci/scripts/terraform-cleanup.sh
@@ -7,6 +7,7 @@ DIRECTORY=${1:-.}
7
FAILED=0
8
for tfstate in $(find $DIRECTORY -name terraform.tfstate); do
9
cd $(dirname $tfstate)
10
+ terraform init
11
if ! terraform destroy -auto-approve; then
12
FAILED=1
13
fi
0 commit comments