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

Commit

Permalink
Re-add ARN to SNS module. (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
kenoir authored Feb 13, 2018
1 parent 78ea628 commit 639b863
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sns/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,8 @@ output "publish_policy" {
description = "Policy that allows publishing to the created SNS topic"
value = "${data.aws_iam_policy_document.publish_to_topic.json}"
}

output "arn" {
description = "ARN of the created SNS topic"
value = "${aws_sns_topic.topic.arn}"
}

0 comments on commit 639b863

Please sign in to comment.