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 fb27544 + 1ade9e8 commit 2a47c89Copy full SHA for 2a47c89
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 && /
+ terraform workspace select $(WORKSPACE) && make init && terraform destroy -auto-approve -force -input=false && /
52
terraform workspace select default && terraform workspace delete $(WORKSPACE)
53
displayName: Destroy terraform PR workspace and linked resources
0 commit comments