Skip to content

Commit e2b896e

Browse files
committed
Set default renotify interval to 1 hour
1 parent d730828 commit e2b896e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/common.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ variable "notify_no_data" {
6464
}
6565

6666
variable "renotify_interval" {
67-
default = 0
67+
default = 60
6868
description = "Interval in minutes to re-send notifications about an alert"
6969
type = number
7070
}

0 commit comments

Comments
 (0)