diff --git a/bin/destroy.sh b/bin/destroy.sh index a2e84a00..e82c7dfd 100755 --- a/bin/destroy.sh +++ b/bin/destroy.sh @@ -25,7 +25,7 @@ source ./shared_terraform_cloud.sh cd - || exit 1 terraform init -terraform plan +terraform plan -destroy # If this is non-interactive, then auto-approve... if [[ $- == *i* ]]