Skip to content

Commit 3a77fcd

Browse files
CCM-8589: Event Publisher DLQ Alerting
1 parent 866b5c5 commit 3a77fcd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infrastructure/modules/eventpub/cloudwatch_metric_alarm_dlq_alarm.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ resource "aws_cloudwatch_metric_alarm" "dlq_alarm" {
99
statistic = "Sum"
1010
threshold = 0
1111
actions_enabled = true
12-
treat_missing_data = "notBreaching"
12+
treat_missing_data = "notBreaching"
1313

1414
dimensions = {
1515
QueueName = aws_sqs_queue.dlq.name

0 commit comments

Comments
 (0)