Skip to content

Commit

Permalink
[PRMP-639] - fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
NogaNHS committed Aug 9, 2024
1 parent d30aaf2 commit e1e8d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/base-terraform-plan-and-apply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Terraform Init
id: init
run: |
terraform init -no-color -backend-config="key=gp-registrations-mi/${{ input.terraform_stack }}/terraform.tfstate" \
terraform init -no-color -backend-config="key=gp-registrations-mi/${{ inputs.terraform_stack }}/terraform.tfstate" \
-backend-config="bucket=${{ secrets.AWS_STATE_BUCKET }}" \
-backend-config="dynamodb_table=${{ secrets.AWS_STATE_LOCK_TABLE }}"
shell: bash
Expand Down

0 comments on commit e1e8d52

Please sign in to comment.