Open raihle opened 1 year ago
This is critical for us
For me as well, probably related: #1776. Tried out this fix #2110 using 6.0.0-rc2
but still seeing null
in the state file.
👋 Hey Friends, this issue has been automatically marked as stale
because it has no recent activity. It will be closed if no further activity occurs. Please add the Status: Pinned
label if you feel that this issue needs to remain open/active. Thank you for your contributions and help in keeping things tidy!
Expected Behavior
I expect to get the whole response in the "body" of the terraform data source.
Actual Behavior
I sometimes get a partial result, sometimes null. I have tried calling the API manually and using mitmproxy to intercept the data that is returned from GitHub when running terraform, and it is always complete. With
TF_LOG=debug
it seems that the provider is also getting a full response (see below).Terraform Version
Terraform v1.5.5 on darwin_arm64
Affected Resource(s)
Terraform Configuration Files
Steps to Reproduce
Debug Output
Panic Output
Not a panic per se, but the output of the module above is inconsistent (but always incomplete).
Some examples:
No changes were made between the runs above - I'm simply rerunning
terraform apply
Code of Conduct