Skip to content

Commit 055b221

Browse files
author
Charlie Chen
committed
Formatting tf file
1 parent 83aa363 commit 055b221

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

alarms.tf

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,9 @@ resource "aws_cloudwatch_metric_alarm" "cluster_status_is_red" {
2020
statistic = "Maximum"
2121
threshold = "1"
2222
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-
local.aws_sns_topic_arn]
27-
treat_missing_data = "ignore"
23+
alarm_actions = [local.aws_sns_topic_arn]
24+
ok_actions = [local.aws_sns_topic_arn]
25+
treat_missing_data = "ignore"
2826

2927
dimensions = {
3028
DomainName = var.domain_name

0 commit comments

Comments
 (0)