Skip to content

Commit 657c372

Browse files
committed
Fix
1 parent aa5a177 commit 657c372

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infrastructure/terraform/modules/eventsub/cloudwatch_metric_alarm_sns_delivery_failures.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ resource "aws_cloudwatch_metric_alarm" "amendments_delivery_failures" {
2828
treat_missing_data = "notBreaching"
2929

3030
dimensions = {
31-
TopicName = amendments_sns_topic.eventsub_topic.name
31+
TopicName = aws_sns_topic.amendments_topic.name
3232
}
3333
}

0 commit comments

Comments
 (0)