mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-27 08:56:25 -06:00
8 lines
136 B
HCL
8 lines
136 B
HCL
output "rule_arn" {
|
|
value = "${aws_cloudwatch_event_rule.foo.arn}"
|
|
}
|
|
|
|
output "sns_topic_arn" {
|
|
value = "${aws_sns_topic.foo.arn}"
|
|
}
|