Skip to content

Commit 57e8ece

Browse files
committed
Workflow - Set state bucket name
1 parent 6899add commit 57e8ece

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy-template.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
working-directory: ${{ vars.TERRAFORM_DIR_PATH }}
3838
run: |
3939
export ENVIRONMENT=${{ inputs.environment }}
40+
export BUCKET_NAME=${{ vars.TERRAFORM_STATE_BUCKET_NAME_INT }}
4041
make init
4142
4243
- name: Terraform Plan
@@ -71,6 +72,7 @@ jobs:
7172
working-directory: ${{ vars.TERRAFORM_DIR_PATH }}
7273
run: |
7374
export ENVIRONMENT=${{ inputs.environment }}
75+
export BUCKET_NAME=${{ vars.TERRAFORM_STATE_BUCKET_NAME_INT }}
7476
make init
7577
7678
- name: Terraform Apply

0 commit comments

Comments
 (0)