From 7be90d64eb92da763d2ceb24dcfdf34c86f2ee09 Mon Sep 17 00:00:00 2001 From: william brady Date: Tue, 10 Feb 2026 02:11:17 -0500 Subject: [PATCH] fix: remove TF_LOG=INFO to suppress legacy SDK warnings 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. --- .github/workflows/terraform.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/terraform.yml b/.github/workflows/terraform.yml index ebd395b..cd05c06 100644 --- a/.github/workflows/terraform.yml +++ b/.github/workflows/terraform.yml @@ -17,7 +17,6 @@ permissions: pull-requests: write env: - TF_LOG: INFO AWS_REGION: us-east-1 defaults: