From 7c708da985ed8281305e4b6d7beb7a12c2c1a941 Mon Sep 17 00:00:00 2001 From: Rizal Widyarta Gowandy Date: Thu, 27 May 2021 10:48:51 +0700 Subject: [PATCH] Rename Alert --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 862899b..42ffa47 100644 --- a/main.tf +++ b/main.tf @@ -836,7 +836,7 @@ resource "newrelic_nrql_alert_condition" "main" { account_id = var.account_id policy_id = var.policy_id type = "static" - name = "[CRITICAL] High Error Rate for ${var.event_method_substring != "" ? replace(each.key, var.event_method_substring, var.event_method_replace) : each.key}" + name = "[CRITICAL] Error Rate ${var.event_method_substring != "" ? replace(each.key, var.event_method_substring, var.event_method_replace) : each.key}" description = "Alert when error rate is above normal condition" enabled = var.enable_alert violation_time_limit_seconds = 3600