Skip to content

Commit c289de1

Browse files
fix return data
1 parent f00f941 commit c289de1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • infrastructure/terraform/modules/alarms/alarms-sqs

infrastructure/terraform/modules/alarms/alarms-sqs/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ resource "aws_cloudwatch_metric_alarm" "age_anomaly" {
2525
stat = "Maximum"
2626
period = var.age_period_seconds
2727
dimensions = local.queue_dimensions
28+
return_data = true
2829
}
2930
}
3031

0 commit comments

Comments
 (0)