Skip to content

Commit efa094f

Browse files
PRMT-466- run pre commit
1 parent ad0c645 commit efa094f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/sqs_alarms.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ module "global_sqs_age_alarm_topic" {
7474
resource "aws_cloudwatch_metric_alarm" "sqs_oldest_message" {
7575
count = local.is_test_sandbox ? 0 : length(local.monitored_queue_day_list) # TODO:change is_test_sandbox to is_sandbox
7676

77-
alarm_name = "${terraform.workspace}_${local.monitored_queue_day_list[count.index][0]}_oldest_message_alarm_${local.monitored_queue_day_list[count.index][2]}d"
77+
alarm_name = "${terraform.workspace}_${local.monitored_queue_day_list[count.index][0]}_oldest_message_alarm_${local.monitored_queue_day_list[count.index][2]}d"
7878
comparison_operator = "GreaterThanThreshold"
7979
evaluation_periods = 1
8080
metric_name = "ApproximateAgeOfOldestMessage"

0 commit comments

Comments
 (0)