We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad0c645 commit efa094fCopy full SHA for efa094f
infrastructure/sqs_alarms.tf
@@ -74,7 +74,7 @@ module "global_sqs_age_alarm_topic" {
74
resource "aws_cloudwatch_metric_alarm" "sqs_oldest_message" {
75
count = local.is_test_sandbox ? 0 : length(local.monitored_queue_day_list) # TODO:change is_test_sandbox to is_sandbox
76
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"
+ alarm_name = "${terraform.workspace}_${local.monitored_queue_day_list[count.index][0]}_oldest_message_alarm_${local.monitored_queue_day_list[count.index][2]}d"
78
comparison_operator = "GreaterThanThreshold"
79
evaluation_periods = 1
80
metric_name = "ApproximateAgeOfOldestMessage"
0 commit comments