Skip to content

Commit b4b4d6e

Browse files
committed
bucket removal
1 parent c054261 commit b4b4d6e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

azure/azure-pr-teardown-pipeline.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,8 @@ jobs:
7373
7474
export ENVIRONMENT="dev"
7575
export SUB_ENVIRONMENT="$WORKSPACE"
76-
export BUCKET_NAME="immunisation-pr-711-terraform-state-files"
77-
7876
7977
terraform workspace select "$SUB_ENVIRONMENT"
80-
make destroy aws_account_no=${account_id} environment="$ENVIRONMENT" sub_environment="$SUB_ENVIRONMENT"
78+
make plan aws_account_no=${account_id} environment="$ENVIRONMENT" sub_environment="$SUB_ENVIRONMENT"
8179
displayName: Destroy terraform PR workspace and linked resources
8280
retryCountOnTaskFailure: 2

0 commit comments

Comments
 (0)