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 8b16625 commit c12559dCopy full SHA for c12559d
tofu/modules/system/alarms.tf
@@ -18,6 +18,8 @@ resource "aws_cloudwatch_metric_alarm" "queue_active" {
18
module.consumer.scale_up_policy_arn,
19
module.redoer.scale_up_policy_arn
20
]
21
+
22
+ tags = var.tags
23
}
24
25
resource "aws_cloudwatch_metric_alarm" "queue_empty" {
@@ -40,4 +42,6 @@ resource "aws_cloudwatch_metric_alarm" "queue_empty" {
40
42
module.consumer.scale_down_policy_arn,
41
43
module.redoer.scale_down_policy_arn
44
45
46
47
0 commit comments