Skip to content

Commit aa5a177

Browse files
committed
Fix
1 parent f3cc44f commit aa5a177

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • infrastructure/terraform/modules/eventsub

infrastructure/terraform/modules/eventsub/outputs.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ output "eventsub_topic" {
99
output "amendments_topic" {
1010
description = "Amendments SNS Topic ARN and Name"
1111
value = {
12-
arn = amendments_sns_topic.eventsub_topic.arn
13-
name = amendments_sns_topic.eventsub_topic.name
12+
arn = aws_sns_topic.amendments_topic.arn
13+
name = aws_sns_topic.amendments_topic.name
1414
}
1515
}
1616

0 commit comments

Comments
 (0)