We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e13cc6 commit 6375272Copy full SHA for 6375272
.github/workflows/terraform.yml
@@ -32,7 +32,7 @@ jobs:
32
run: |
33
cd infra && terraform init \
34
-backend-config="bucket=${{ env.TERRAFORM_S3_STATEFILE_BUCKET }}" \
35
- -backend-config="${{ github.event.repository.name }}" \
+ -backend-config-key="key=${{ github.event.repository.name }}" \
36
-backend-config="region=${{ env.AWS_REGION }}" \
37
-backend-config="dynamodb_table=${{ env.TERRAFORM_DYNAMODB_LOCK_TABLE }}"
38
0 commit comments