-
Notifications
You must be signed in to change notification settings - Fork 0
fix: remove TF_LOG=INFO to suppress legacy SDK warnings #16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The GitHub Terraform provider (integrations/github) uses the legacy plugin SDK, which produces verbose WARN messages during plan/apply when TF_LOG is set to INFO. These warnings are benign but clutter the CI output. Removing TF_LOG lets Terraform use its default log level, showing only actionable output.
Terraform Format and Style 🖌
|
🤖 Augment PR SummarySummary: Reduces noisy Terraform CI output by removing an explicit TF logging level. Changes:
🤖 Was this summary useful? React with 👍 or 👎 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review completed. No suggestions at this time.
Comment augment review to trigger a new review at any time.
ghaworkflow
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks correct.
SDLC Code Scanner Security Scan ✅
Scanners: checkov, trivy, pylint Top Findings
View the full report in the Actions artifacts |
The GitHub Terraform provider (integrations/github) uses the legacy plugin SDK, which produces verbose WARN messages during plan/apply when TF_LOG is set to INFO. These warnings are benign but clutter the CI output. Removing TF_LOG lets Terraform use its default log level, showing only actionable output.