Skip to content

Commit

Permalink
updated terraform.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Jun 25, 2024
1 parent 0c8062e commit 49e7a7a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,9 @@ defaults:
#working-directory: ${{ inputs.dir }}

env:
TF_INPUT: "false"
TF_IN_AUTOMATION: 1
TERRAGRUNT_NON_INTERACTIVE: "true"
# XXX: inputs.debug will need to be switched back to a Boolean at some point but secrets.ACTIONS_RUNNER_DEBUG will stay a string comparison
TF_LOG: ${{ ( inputs.debug == true || secrets.ACTIONS_RUNNER_DEBUG == 'true' ) && 'TRACE' || '' }}
# pass one of these via env instead for a more granular subset of debug logs, uses same verbosity levels
Expand Down

0 comments on commit 49e7a7a

Please sign in to comment.