Skip to content

Commit 17f25be

Browse files
fix: aos_key_inaccessible alarm name (#45)
1 parent 5b38aa4 commit 17f25be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alarms.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ locals {
258258
}
259259

260260
aos_key_inaccessible = {
261-
alarm_name = "aos_key_error"
261+
alarm_name = "aos_key_inaccessible"
262262
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"
263263

264264
comparison_operator = "GreaterThanOrEqualToThreshold"

0 commit comments

Comments
 (0)