This message was deleted.
# general
s
This message was deleted.
s
@swift-painter-31084 You could run Pulumi with the
--verbose
flag. But this error is from the underlying Terraform provider. I don’t know if the debug level is propagated to the provider, though. If not, it won’t help, unfortunately.
Actually, it would be good when the body of the API response would always be output as well.
👍 1
s
In this case --verbose didn't return anything extra. Is there any way to see the generated terraform so I could maybe try to invoke that directly and get some feedback?
s
@swift-painter-31084 Use the environment variable
TF_LOG=DEBUG
. Thanks for Lars’ hint: https://pulumi-community.slack.com/archives/CRFUR2DGB/p1582127509076800?thread_ts=1582127424.076300&cid=CRFUR2DGB Pulumi doesn’t generate Terraform code. It directly communicates with the underlying Terraform provider binary. The
TF_LOG
should work on the Terraform provider binaries.
In case you find a bug from inside this provider, here’s the repository of it: https://github.com/terraform-providers/terraform-provider-aws