We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83aa363 commit 055b221Copy full SHA for 055b221
1 file changed
alarms.tf
@@ -20,11 +20,9 @@ resource "aws_cloudwatch_metric_alarm" "cluster_status_is_red" {
20
statistic = "Maximum"
21
threshold = "1"
22
alarm_description = "Average elasticsearch cluster status is in red over last 1 minutes"
23
- alarm_actions = [
24
- local.aws_sns_topic_arn]
25
- ok_actions = [
26
27
- treat_missing_data = "ignore"
+ alarm_actions = [local.aws_sns_topic_arn]
+ ok_actions = [local.aws_sns_topic_arn]
+ treat_missing_data = "ignore"
28
29
dimensions = {
30
DomainName = var.domain_name
0 commit comments