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