You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like the bug is specific to datadog_webhook resources where the optional encode_as argument isn't set. Explicitly setting encode_as to the API's default of json seems to work as a workaround:
Datadog Terraform Provider Version
v3.43.0 and v3.43.1
Terraform Version
v1.9.5
What resources or data sources are affected?
resource_datadog_webhook
Terraform Configuration Files
Relevant debug or panic output
https://gist.github.com/jakevictor/a5ca09a8a52c0df09a6a0e3bd0ab0a84
Expected Behavior
The plugin should create the resource.
Actual Behavior
The plugin crashed.
Steps to Reproduce
terraform init
terraform apply
Important Factoids
I've encountered the issue on v3.43.0 and v3.43.1, but not on v3.42.0.
References
No response
The text was updated successfully, but these errors were encountered: