Skip to content

Commit

Permalink
[examples] Fix invalid monitor timeout_h example
Browse files Browse the repository at this point in the history
`timeout_h` values greater than 24 hours are not supported. This example has unfortunately led to many invalid monitors.
  • Loading branch information
phillip-dd committed Nov 23, 2021
1 parent 1ec7a4f commit 2482b90
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion docs/resources/monitor.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ resource "datadog_monitor" "foo" {
renotify_interval = 60
notify_audit = false
timeout_h = 60
include_tags = true
tags = ["foo:bar", "baz"]
Expand Down
1 change: 0 additions & 1 deletion examples/resources/datadog_monitor/resource.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ resource "datadog_monitor" "foo" {
renotify_interval = 60

notify_audit = false
timeout_h = 60
include_tags = true

tags = ["foo:bar", "baz"]
Expand Down

0 comments on commit 2482b90

Please sign in to comment.