diff --git a/docs/resources/monitor.md b/docs/resources/monitor.md index b8b0306c84..4485f0a604 100644 --- a/docs/resources/monitor.md +++ b/docs/resources/monitor.md @@ -33,7 +33,6 @@ resource "datadog_monitor" "foo" { renotify_interval = 60 notify_audit = false - timeout_h = 60 include_tags = true tags = ["foo:bar", "baz"] diff --git a/examples/resources/datadog_monitor/resource.tf b/examples/resources/datadog_monitor/resource.tf index ea64d4c2b3..5f39ab22e1 100644 --- a/examples/resources/datadog_monitor/resource.tf +++ b/examples/resources/datadog_monitor/resource.tf @@ -18,7 +18,6 @@ resource "datadog_monitor" "foo" { renotify_interval = 60 notify_audit = false - timeout_h = 60 include_tags = true tags = ["foo:bar", "baz"]