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 6899add commit 57e8eceCopy full SHA for 57e8ece
.github/workflows/deploy-template.yml
@@ -37,6 +37,7 @@ jobs:
37
working-directory: ${{ vars.TERRAFORM_DIR_PATH }}
38
run: |
39
export ENVIRONMENT=${{ inputs.environment }}
40
+ export BUCKET_NAME=${{ vars.TERRAFORM_STATE_BUCKET_NAME_INT }}
41
make init
42
43
- name: Terraform Plan
@@ -71,6 +72,7 @@ jobs:
71
72
73
74
75
76
77
78
- name: Terraform Apply
0 commit comments