github.com/vtorhonen/terraform@v0.9.0-beta2.0.20170307220345-5d894e4ffda7/examples/aws-cloudwatch-events/kinesis/outputs.tf (about)

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