github.com/anfernee/terraform@v0.6.16-0.20160430000239-06e5085a92f2/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 }