Skip to content

Commit 942bada

Browse files
authored
Merge pull request #10 from rhythmictech/ENG-4316
Set default renotify interval to 1 hour
2 parents d730828 + e2b896e commit 942bada

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)