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 9685a41 commit 809025fCopy full SHA for 809025f
azure/azure-pr-teardown-pipeline.yml
@@ -45,11 +45,10 @@ jobs:
45
46
- bash: |
47
export AWS_PROFILE=apim-dev
48
- export AWS_PROFILE=terraform
49
account_id="$(aws sts get-caller-identity --query Account --output text)"
50
51
cd terraform
52
terraform workspace select $(WORKSPACE)
53
- make init && make destroy aws_account_no=${account_id} environment=$(WORKSPACE)
+ make init-reconfigure && make destroy aws_account_no=${account_id} environment=$(WORKSPACE)
54
displayName: Destroy terraform PR workspace and linked resources
55
retryCountOnTaskFailure: 2
0 commit comments