Skip to content

Commit

Permalink
chore: Update Terraform workflow to fix typo in TF_VARS environment v…
Browse files Browse the repository at this point in the history
…ariable
  • Loading branch information
michael-ortiz committed Jul 12, 2024
1 parent 1d2c2de commit 55e705c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/terraform-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
env:
IS_ROLE_AUTHENTICATION: ${{ secrets.APPLY_IAM_ROLE_ARN != ''}}
IS_CREDENTIALS_AUTHENTICATION: ${{secrets.AWS_ACCESS_KEY_ID != '' && secrets.AWS_SECRET_ACCESS_KEY != ''}}
TF_VARS: ${{ inputs.terraform_vars }
TF_VARS: ${{ inputs.terraform_vars }}

steps:
- name: Checkout
Expand Down

0 comments on commit 55e705c

Please sign in to comment.