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 seems like the enable_samples is supported, but trying to actually use it just gives this error:
$ terraform validate
[...]
│ Error: Value for unconfigurable attribute
│
│ with module.datadog-dev.datadog_monitor.my-monitor,
│ on ../datadog/test-monitors.tf line 61, in resource "datadog_monitor""my-monitor":
│ 61: enable_samples = true
│
│ Can't configure a value for "enable_samples": its value will be decided automatically based on the result of applying this configuration.╵
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: