We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f72d900 commit 2c88a0fCopy full SHA for 2c88a0f
.deploystack/test
@@ -173,7 +173,7 @@ section_open "Testing Online Boutique's front-end is working"
173
section_close
174
175
# Uncomment the line: "deletion_protection = false"
176
-sed -i "s/# deletion_protection/deletion_protection/g" main.tf
+sed -i "s/# deletion_protection/deletion_protection/g" ${DIR}/main.tf
177
178
terraform -chdir="$DIR" destroy -auto-approve \
179
-var gcp_project_id="${PROJECT}" \
0 commit comments