Skip to content

Commit

Permalink
fix: Wrong value of api destination output (#79)
Browse files Browse the repository at this point in the history
Co-authored-by: howardzhou <howardzhou@kkstream.com>
  • Loading branch information
lovemew67 and howardzhou authored Jan 18, 2023
1 parent ae9e06b commit 03ef4ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 03ef4ff

Please sign in to comment.