Skip to content

Commit d9015ec

Browse files
authored
Fix output names
1 parent b4858e1 commit d9015ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

outputs.tf

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11

2-
output "topic_arn" {
2+
output "topic_arns" {
33
description = "List of SNS Topic ARNs"
44
value = "${aws_sns_topic.this.*.arn}"
55
}
6-
output "topic_id" {
6+
output "topic_ids" {
77
description = "List of SNS Topic IDs"
88
value = "${aws_sns_topic.this.*.id}"
99
}

0 commit comments

Comments
 (0)