Skip to content

Commit 66d47fd

Browse files
[PRMP-1579] adjust dimensions on mns dlq alarm
1 parent 9d27712 commit 66d47fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/mns.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ resource "aws_cloudwatch_metric_alarm" "msn_dlq_new_message" {
6464
alarm_actions = [module.mns-dlq-alarm-topic.arn]
6565

6666
dimensions = {
67-
QueueName = module.sqs-mns-notification-queue
67+
QueueName = module.sqs-mns-notification-queue.dlq_name
6868
}
6969
}
7070

0 commit comments

Comments
 (0)