From d3fdc3bc4b8f74997c99f44e18901982e7007f96 Mon Sep 17 00:00:00 2001 From: Benjamin Smith Date: Thu, 25 Jul 2024 10:58:18 -0700 Subject: [PATCH] try delay for rules on escalation --- modules/escalation/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/escalation/main.tf b/modules/escalation/main.tf index e9aae80..034cc3d 100644 --- a/modules/escalation/main.tf +++ b/modules/escalation/main.tf @@ -11,7 +11,7 @@ resource "opsgenie_escalation" "this" { content { condition = try(rules.value.condition, "if-not-acked") notify_type = try(rules.value.notify_type, "default") - delay = rules.value.delay + delay = try(rules.value.delay, 0) recipient { type = rules.value.recipient.type