Skip to content
This repository was archived by the owner on Feb 11, 2020. It is now read-only.

Commit 639b863

Browse files
authored
Re-add ARN to SNS module. (#46)
1 parent 78ea628 commit 639b863

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

sns/outputs.tf

+5
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,8 @@ output "publish_policy" {
77
description = "Policy that allows publishing to the created SNS topic"
88
value = "${data.aws_iam_policy_document.publish_to_topic.json}"
99
}
10+
11+
output "arn" {
12+
description = "ARN of the created SNS topic"
13+
value = "${aws_sns_topic.topic.arn}"
14+
}

0 commit comments

Comments
 (0)