You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# alarm_description = "Alarm when a message in queue '${each.value.queue_name}' is older than '${each.value.days}' days."
99
104
alarm_description="Alarm when a message in queue '${local.monitored_queue_day_list[count.index][1]}' is older than '${local.monitored_queue_day_list[count.index][2]}' days."
# Name = "${terraform.workspace}_${each.value.queue_key}_oldest_message_alarm_${each.value.days}d"
105
111
Name ="${terraform.workspace}_${local.monitored_queue_day_list[count.index][0]}_oldest_message_alarm_${local.monitored_queue_day_list[count.index][2]}d"
112
+
# Name = "${terraform.workspace}_${local.monitored_queue_day_list[count.index][0]}_oldest_message_alarm"
0 commit comments