Open lexicalunit opened 5 hours ago
I think this is the issue: https://github.com/DataDog/terraform-provider-datadog/blob/master/datadog/resource_datadog_monitor.go#L335 -- This value should be optional. However in the code it's showing as computed.
Datadog Terraform Provider Version
v3.48.1
Terraform Version
v1.9.7
What resources or data sources are affected?
resource datadog_monitor
Terraform Configuration Files
Relevant debug or panic output
It seems like the
enable_samples
is supported, but trying to actually use it just gives this error:Expected Behavior
It should enable this setting in the monitor.
Actual Behavior
It does not work.
Steps to Reproduce
terraform validate
Important Factoids
No response
References
No response