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.
1 parent 7ebbc5d commit 914a5cfCopy full SHA for 914a5cf
azure/azure-pr-teardown-pipeline.yml
@@ -49,6 +49,6 @@ jobs:
49
50
cd terraform
51
terraform workspace select $(WORKSPACE)
52
- make init && make destroy aws_account_no=${account_id} environment=$(WORKSPACE)
+ make init-reconfigure && make destroy aws_account_no=${account_id} environment=$(WORKSPACE)
53
displayName: Destroy terraform PR workspaces and linked resources
54
retryCountOnTaskFailure: 2
0 commit comments