mirror of
https://github.com/sigmasternchen/terraform-aws-eventbridge
synced 2025-03-15 07:58:57 +00:00
5 lines
131 B
HCL
5 lines
131 B
HCL
output "eventbridge_bus_arn" {
|
|
description = "The EventBridge Bus ARN"
|
|
value = module.eventbridge.eventbridge_bus_arn
|
|
}
|
|
|