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 a83c692 commit 58a23bbCopy full SHA for 58a23bb
azure/templates/post-prod-deploy.yml
@@ -26,6 +26,8 @@ steps:
26
set -e
27
if ! [[ $APIGEE_ENVIRONMENT =~ .*-*sandbox ]]; then
28
export AWS_PROFILE=apim-dev
29
+ export BUCKET_NAME=immunisation-prod-terraform-state-files
30
+
31
aws_account_no="$(aws sts get-caller-identity --query Account --output text)"
32
33
service_name=$(FULLY_QUALIFIED_SERVICE_NAME)
@@ -39,7 +41,6 @@ steps:
39
41
cd terraform
40
42
43
make init
- export BUCKET_NAME=immunisation-prod-terraform-state-files
44
make plan aws_account_name=prod environment=$workspace
45
fi
46
displayName: Plan Terraform
0 commit comments