Skip to content

Commit

Permalink
fix: aos_key_inaccessible alarm name (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavkumarsph authored Jun 4, 2024
1 parent 5b38aa4 commit 17f25be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alarms.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 17f25be

Please sign in to comment.