github.com/andrewrynhard/terraform@v0.9.5-0.20170502003928-8d286b83eae4/examples/aws-cloudwatch-events/sns/outputs.tf (about)

     1  output "rule_arn" {
     2    value = "${aws_cloudwatch_event_rule.foo.arn}"
     3  }
     4  
     5  output "sns_topic_arn" {
     6    value = "${aws_sns_topic.foo.arn}"
     7  }