diff --git a/common/common.tf b/common/common.tf index 878a37c..84135b5 100644 --- a/common/common.tf +++ b/common/common.tf @@ -64,7 +64,7 @@ variable "notify_no_data" { } variable "renotify_interval" { - default = 0 + default = 60 description = "Interval in minutes to re-send notifications about an alert" type = number }