Skip to content

Commit c77e995

Browse files
PRMT-466- format code
1 parent 2b14363 commit c77e995

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infrastructure/sqs_alarms.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ resource "aws_cloudwatch_metric_alarm" "sqs_oldest_message" {
118118
# alarm_group =each.value
119119
# alarm_metric = "Has messages older than ${local.monitored_queue_day_list[count.index][2]} days"
120120
# alarm_metric = "${local.monitored_queue_day_list[count.index][2]}d"
121-
alarm_metric = "ApproximateAgeOfOldestMessage"
122-
is_kpi = "true"
121+
alarm_metric = "ApproximateAgeOfOldestMessage"
122+
is_kpi = "true"
123123
}
124124
}
125125
# resource "aws_sns_topic_subscription" "sqs_oldest_message_alarm" {

0 commit comments

Comments
 (0)