From e2b896e87edac7d2e8ba705a6d7a93796cd263a3 Mon Sep 17 00:00:00 2001 From: Kevin Date: Wed, 5 Mar 2025 08:57:22 -0500 Subject: [PATCH] Set default renotify interval to 1 hour --- common/common.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }