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.
2 parents 82c4d03 + a1e1af9 commit b66a706Copy full SHA for b66a706
azure/azure-pr-teardown-pipeline.yml
@@ -48,6 +48,6 @@ jobs:
48
49
cd terraform
50
make init
51
- terraform workspace select $(WORKSPACE) && make init && terraform destroy -auto-approve -force -input=false && /
+ terraform workspace select $(WORKSPACE) && make init && terraform destroy -auto-approve -input=false && /
52
terraform workspace select default && terraform workspace delete $(WORKSPACE)
53
displayName: Destroy terraform PR workspace and linked resources
0 commit comments