DataDog / terraform-provider-datadog

Terraform Datadog provider
https://www.terraform.io/docs/providers/datadog/
Mozilla Public License 2.0
403 stars 380 forks source link

require_full_window default does not match both default UI setting and recommended setting. #2641

Open non7top opened 2 weeks ago

non7top commented 2 weeks ago

We have faced a bug with a monitor where it was not alerting where it obviously should have. Support pointed out that we have setting require_full_window set to a value that is not recommended (true). Recommended is false. Default UI is false as well. Default provider is true which is totally confusing and can cause all sorts of random inconsistencies with monitors.

non7top commented 2 weeks ago

Ref: #2047