We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4858e1 commit d9015ecCopy full SHA for d9015ec
outputs.tf
@@ -1,9 +1,9 @@
1
2
-output "topic_arn" {
+output "topic_arns" {
3
description = "List of SNS Topic ARNs"
4
value = "${aws_sns_topic.this.*.arn}"
5
}
6
-output "topic_id" {
+output "topic_ids" {
7
description = "List of SNS Topic IDs"
8
value = "${aws_sns_topic.this.*.id}"
9
0 commit comments