mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-14 04:01:09 -04:00
8 lines
146 B
HCL
8 lines
146 B
HCL
output "rule_arn" {
|
|
value = "${aws_cloudwatch_event_rule.foo.arn}"
|
|
}
|
|
|
|
output "kinesis_stream_arn" {
|
|
value = "${aws_kinesis_stream.foo.arn}"
|
|
}
|