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 1f8eeb0 + 2a47c89 commit d1cfc1cCopy full SHA for d1cfc1c
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