terraform-provider-terracurl
terraform-provider-terracurl copied to clipboard
Sent data details are mising when using TF_LOG=debug
Terraform Version
$ terraform -v
Terraform v1.5.7
on darwin_arm64
When I'm using the TF_LOG=debug
with the terracurl provider I can not see the exact urls + data which is it sending/receiving.
The debug output is not detailed enough to allow me to troubleshoot API issues (if needed).
The following lines (captured from the output) are not detailed enough:
Error: -20T09:10:20.536Z [ERROR] provider.terraform-provider-terracurl_v1.2.1: Response contains error diagnostic: diagnostic_detail= diagnostic_summary="unable to make request: request failed, retries exceeded: %!s(<nil>)" tf_provider_addr=registry.terraform.io/devops-rob/terracurl tf_resource_type=terracurl_request @caller=/Users/rbarnes/go/pkg/mod/github.com/hashicorp/[email protected]/tfprotov5/internal/diag/diagnostics.go:58 @module=sdk.proto diagnostic_severity=ERROR tf_proto_version=5.4 tf_req_id=c0e0957e-40f0-783e-1133-0c1cb7b10a76 tf_rpc=ApplyResourceChange timestamp=2024-05-20T09:10:20.536Z
Error: -20T09:10:20.537Z [ERROR] vertex "terracurl_request.pmck_status (destroy)" error: unable to make request: request failed, retries exceeded: %!s(<nil>)
Is there a way how to really see the HTTP details?
Thank you...