Skip to content

Commit

Permalink
Change Terraform logging level from INFO to WARN
Browse files Browse the repository at this point in the history
  • Loading branch information
martinyy108 committed Nov 23, 2024
1 parent c3b6539 commit 722ee42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: 'Terraform'
on: [push, pull_request]

env:
TF_LOG: INFO
TF_LOG: WARN

jobs:
terraform:
Expand Down

0 comments on commit 722ee42

Please sign in to comment.