Skip to content

Commit d2472ad

Browse files
committed
VED-507: use init reconfigure and export variables
1 parent 809025f commit d2472ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

azure/azure-pr-teardown-pipeline.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,12 @@ jobs:
4545
4646
- bash: |
4747
export AWS_PROFILE=apim-dev
48+
export BUCKET_NAME=immunisation--terraform-state-files
4849
account_id="$(aws sts get-caller-identity --query Account --output text)"
4950
5051
cd terraform
5152
terraform workspace select $(WORKSPACE)
53+
export ENVIRONMENT=$(WORKSPACE)
5254
make init-reconfigure && make destroy aws_account_no=${account_id} environment=$(WORKSPACE)
5355
displayName: Destroy terraform PR workspace and linked resources
5456
retryCountOnTaskFailure: 2

0 commit comments

Comments
 (0)