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 e675def commit 6ab6746Copy full SHA for 6ab6746
azure/azure-pr-teardown-pipeline.yml
@@ -49,13 +49,14 @@ jobs:
49
50
export ENVIRONMENT="internal-dev"
51
export BUCKET_NAME="immunisation-internal-dev-terraform-state-files"
52
+ cd terraform
53
make init
54
55
export ENVIRONMENT="dev"
56
export SUB_ENVIRONMENT="pr-711"
57
export BUCKET_NAME="immunisation-pr-711-terraform-state-files"
58
- cd terraform
59
+
60
terraform workspace select $(WORKSPACE)
61
make destroy aws_account_no=${account_id} environment=$(WORKSPACE)
62
displayName: Destroy terraform PR workspace and linked resources
0 commit comments