From 17f25bebdcf3464b9fc1fa4f899f70b90b903e92 Mon Sep 17 00:00:00 2001 From: abhinavkumarsph <122246745+abhinavkumarsph@users.noreply.github.com> Date: Tue, 4 Jun 2024 16:13:09 +0800 Subject: [PATCH] fix: aos_key_inaccessible alarm name (#45) --- alarms.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alarms.tf b/alarms.tf index 178cdff..6d8a3e2 100644 --- a/alarms.tf +++ b/alarms.tf @@ -258,7 +258,7 @@ locals { } aos_key_inaccessible = { - alarm_name = "aos_key_error" + alarm_name = "aos_key_inaccessible" alarm_description = "the AWS KMS encryption key that is used to encrypt data at rest in your domain has been deleted or has revoked its grants to OpenSearch Service" comparison_operator = "GreaterThanOrEqualToThreshold"