We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3cc44f commit aa5a177Copy full SHA for aa5a177
1 file changed
infrastructure/terraform/modules/eventsub/outputs.tf
@@ -9,8 +9,8 @@ output "eventsub_topic" {
9
output "amendments_topic" {
10
description = "Amendments SNS Topic ARN and Name"
11
value = {
12
- arn = amendments_sns_topic.eventsub_topic.arn
13
- name = amendments_sns_topic.eventsub_topic.name
+ arn = aws_sns_topic.amendments_topic.arn
+ name = aws_sns_topic.amendments_topic.name
14
}
15
16
0 commit comments