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 c054261 commit b4b4d6eCopy full SHA for b4b4d6e
azure/azure-pr-teardown-pipeline.yml
@@ -73,10 +73,8 @@ jobs:
73
74
export ENVIRONMENT="dev"
75
export SUB_ENVIRONMENT="$WORKSPACE"
76
- export BUCKET_NAME="immunisation-pr-711-terraform-state-files"
77
-
78
79
terraform workspace select "$SUB_ENVIRONMENT"
80
- make destroy aws_account_no=${account_id} environment="$ENVIRONMENT" sub_environment="$SUB_ENVIRONMENT"
+ make plan aws_account_no=${account_id} environment="$ENVIRONMENT" sub_environment="$SUB_ENVIRONMENT"
81
displayName: Destroy terraform PR workspace and linked resources
82
retryCountOnTaskFailure: 2
0 commit comments