Skip to content

Commit 809025f

Browse files
committed
VED-507: reconfigure terraoform
1 parent 9685a41 commit 809025f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

azure/azure-pr-teardown-pipeline.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,10 @@ jobs:
4545
4646
- bash: |
4747
export AWS_PROFILE=apim-dev
48-
export AWS_PROFILE=terraform
4948
account_id="$(aws sts get-caller-identity --query Account --output text)"
5049
5150
cd terraform
5251
terraform workspace select $(WORKSPACE)
53-
make init && make destroy aws_account_no=${account_id} environment=$(WORKSPACE)
52+
make init-reconfigure && make destroy aws_account_no=${account_id} environment=$(WORKSPACE)
5453
displayName: Destroy terraform PR workspace and linked resources
5554
retryCountOnTaskFailure: 2

0 commit comments

Comments
 (0)