terraform-provider-github icon indicating copy to clipboard operation
terraform-provider-github copied to clipboard

[BUG]: Insufficient logging

Open zilinjak opened this issue 5 months ago • 0 comments

Expected Behavior

I'm debugging why is my terraform plan taking too long - 7+ minutes. I have run the plan with TF_LOG=TRACE, but it seems that there is no logging on what is actually happening within the provider. I would like to see the HTTP calls that are being done by terraform.

Actual Behavior

No logs about what is being done within the GitHub provider. I suggest adding logging of the actual traffic - HTTP level.

Terraform Version

terraform -v
Terraform v1.8.4 on darwin_arm64

  • provider registry.terraform.io/hashicorp/azurerm v3.117.1
  • provider registry.terraform.io/hashicorp/null v3.2.4
  • provider registry.terraform.io/integrations/github v6.6.0
  • provider registry.terraform.io/rewe-digital/sonarcloud v0.5.2

Affected Resource(s)

all

Steps to Reproduce

TF_LOG=DEBUG terraform plan

Code of Conduct

  • [x] I agree to follow this project's Code of Conduct

zilinjak avatar Jun 09 '25 14:06 zilinjak