Phillip Baker

Results 5 comments of Phillip Baker

I believe this will be fixed by https://github.com/DataDog/terraform-provider-datadog/pull/1301 ?

@jurajseffer if this is still an issue, can you open a support ticket with further details so that we can investigate the details? It seems like a different issue than...

@bkabrda I believe in `buildMonitorStruct` when we set `NoDataTimeframe`: https://github.com/terraform-providers/terraform-provider-datadog/blob/36fba07f4a57b264851f7f5206bf095f22335b88/datadog/resource_datadog_monitor.go#L259-L261 we could add something like: ```go else if o.NotifyNoData { // rough check to get "2x the timeframe" noData :=...

Hi @martinb3, thanks for opening an issue. This is not likely related to #1400 directly. All Datadog organizations making API requests where the `locked` option was true were notified of...

Closing this issue - `locked: true` (without `restricted_roles`) is no longer a valid attribute to pass for monitors. To support backward compatibility `locked: true` (with `restricted_roles`) and locked: false` will...