Skip to content

Commit 6b80608

Browse files
committed
Update pipeline bucket_name
1 parent 74612e5 commit 6b80608

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

azure/templates/post-prod-deploy.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ steps:
2626
set -e
2727
if ! [[ $APIGEE_ENVIRONMENT =~ .*-*sandbox ]]; then
2828
export AWS_PROFILE=apim-dev
29-
aws_account_no="$(aws sts get-caller-identity --query Account --output text)"
29+
aws_account_name="$(aws sts get-caller-identity --query Account --output text)"
3030
3131
service_name=$(FULLY_QUALIFIED_SERVICE_NAME)
3232
@@ -39,7 +39,8 @@ steps:
3939
cd terraform
4040
4141
make init
42-
make plan aws_account_no=${aws_account_no} environment=$workspace
42+
export BUCKET_NAME=immunisation-prod-terraform-state-files
43+
make plan aws_account_name=${aws_account_name} environment=$workspace
4344
fi
4445
displayName: Plan Terraform
4546
workingDirectory: "$(Pipeline.Workspace)/s/$(SERVICE_NAME)"

0 commit comments

Comments
 (0)