Skip to content

Commit

Permalink
Create outputs.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
jansiwy committed Jan 22, 2024
1 parent 73f8f06 commit e994809
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
output "sns_topic" {
value = aws_sns_topic.sns_topic

description = <<EOS
The SNS topic to which to publish the messages which shall be sent to Rollbar.
EOS
}

0 comments on commit e994809

Please sign in to comment.