We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae9e06b commit 03ef4ffCopy full SHA for 03ef4ff
outputs.tf
@@ -35,7 +35,7 @@ output "eventbridge_connection_arns" {
35
# EventBridge Destination
36
output "eventbridge_api_destination_arns" {
37
description = "The EventBridge API Destination ARNs created"
38
- 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 }
39
}
40
41
# EventBridge Rule
0 commit comments