Skip to content

Commit a83c692

Browse files
committed
Update pipeline aws_acccount_name
1 parent 6b80608 commit a83c692

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure/templates/post-prod-deploy.yml

Lines changed: 2 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_name="$(aws sts get-caller-identity --query Account --output text)"
29+
aws_account_no="$(aws sts get-caller-identity --query Account --output text)"
3030
3131
service_name=$(FULLY_QUALIFIED_SERVICE_NAME)
3232
@@ -40,7 +40,7 @@ steps:
4040
4141
make init
4242
export BUCKET_NAME=immunisation-prod-terraform-state-files
43-
make plan aws_account_name=${aws_account_name} environment=$workspace
43+
make plan aws_account_name=prod environment=$workspace
4444
fi
4545
displayName: Plan Terraform
4646
workingDirectory: "$(Pipeline.Workspace)/s/$(SERVICE_NAME)"

0 commit comments

Comments
 (0)