mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-13 00:46:16 -06:00
8 lines
136 B
Terraform
8 lines
136 B
Terraform
|
output "rule_arn" {
|
||
|
value = "${aws_cloudwatch_event_rule.foo.arn}"
|
||
|
}
|
||
|
|
||
|
output "sns_topic_arn" {
|
||
|
value = "${aws_sns_topic.foo.arn}"
|
||
|
}
|