cockroachdb / terraform-provider-cockroach

Terraform provider for CockroachDB Cloud
Apache License 2.0
57 stars 12 forks source link

enable request logging when debug is enabled #180

Closed fantapop closed 6 months ago

fantapop commented 7 months ago

Previously, enabling debug for the tf provider did not log out requests. The cloud sdk already supported a debug mode. We now enable this via configuration if one of the terraform debug env vars (TF_LOG_PROVIDER or TF_LOG) are set to either "DEBUG" or "TRACE".

Commit checklist