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 1bb7d76 commit d0ebb22Copy full SHA for d0ebb22
infrastructure/sqs_alarms.tf
@@ -47,11 +47,12 @@ locals {
47
# }
48
49
# using a list instead of map
50
-
51
monitored_queue_day_list = flatten([
52
for queue_key in keys(local.monitored_queues) : [
53
for day in local.days_until_alarm : [
54
- [queue_key, local.monitored_queues[queue_key], day]
+ queue_key,
+ local.monitored_queues[queue_key],
55
+ day
56
]
57
58
])
0 commit comments