Skip to content

Commit

Permalink
changng the value of TF VAR enabled to be inout from github secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
juddin927 committed Jul 1, 2024
1 parent cb3c5be commit 495de3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment_reusable_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
shell: bash
env:
ENV: ${{ inputs.ENV }}
TF_VAR_enabled: ${{ inputs.ENABLED }}
TF_VAR_enabled: ${{ secrets.ENABLED }}
TF_VAR_assume_role: ${{ secrets.ASSUME_ROLE }}
TF_VAR_assume_role_development: ${{ secrets.ASSUME_ROLE_DEVELOPMENT }}
TF_VAR_assume_role_pre_production: ${{ secrets.ASSUME_ROLE_PRE_PRODUCTION }}
Expand Down

0 comments on commit 495de3a

Please sign in to comment.