We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f00f941 commit c289de1Copy full SHA for c289de1
1 file changed
infrastructure/terraform/modules/alarms/alarms-sqs/main.tf
@@ -25,6 +25,7 @@ resource "aws_cloudwatch_metric_alarm" "age_anomaly" {
25
stat = "Maximum"
26
period = var.age_period_seconds
27
dimensions = local.queue_dimensions
28
+ return_data = true
29
}
30
31
0 commit comments