Skip to content

Commit

Permalink
add debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
crlssn committed Dec 4, 2024
1 parent 78c2fbc commit 2508e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/apply/terraform/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ runs:
working-directory: ./infrastructure
shell: bash
env:
# TF_LOG: DEBUG
TF_LOG: DEBUG
AWS_ACCESS_KEY_ID: ${{ inputs.aws_access_key_id }}
AWS_SECRET_ACCESS_KEY: ${{ inputs.aws_secret_access_key }}
TF_VAR_db_username: ${{ inputs.db_username }}
Expand Down

0 comments on commit 2508e97

Please sign in to comment.