github.com/jdextraze/terraform@v0.6.17-0.20160511153921-e33847c8a8af/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 }