terraform-aws-eventbridge/examples/default-bus/outputs.tf
2021-04-08 18:54:37 +02:00

5 lines
131 B
HCL

output "eventbridge_bus_arn" {
description = "The EventBridge Bus ARN"
value = module.eventbridge.eventbridge_bus_arn
}