diff --git a/outputs.tf b/outputs.tf index 1a5e6b4..83d02d8 100644 --- a/outputs.tf +++ b/outputs.tf @@ -35,7 +35,7 @@ output "eventbridge_connection_arns" { # EventBridge Destination output "eventbridge_api_destination_arns" { description = "The EventBridge API Destination ARNs created" - value = { for k, v in aws_cloudwatch_event_api_destination.this : k => v.id } + value = { for k, v in aws_cloudwatch_event_api_destination.this : k => v.arn } } # EventBridge Rule