Skip to content

Commit 52cd35a

Browse files
committed
VED-507:create terraform s3 state file
1 parent 9c5f647 commit 52cd35a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

azure/templates/post-deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ steps:
6060
echo pr_no: $pr_no
6161
6262
cd terraform
63+
64+
aws s3 mb s3://immunisation-${workspace}-terraform-state-files --region eu-west-2 || true
6365
6466
make init
6567
make apply environment=${{ parameters.aws_account_type }} sub_environment=$workspace

0 commit comments

Comments
 (0)