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 6d203d1 commit 1a60bedCopy full SHA for 1a60bed
azure/templates/post-deploy.yml
@@ -59,9 +59,8 @@ steps:
59
echo Apigee environment: $APIGEE_ENVIRONMENT
60
echo pr_no: $pr_no
61
62
- cd terraform
63
-
64
- aws s3 mb s3://immunisation-${workspace}-terraform-state-files --region eu-west-2 || true
+ cd terraform
+
65
66
make init
67
make apply environment=${{ parameters.aws_account_type }} sub_environment=$workspace
0 commit comments