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