Skip to content

Commit 03ef4ff

Browse files
lovemew67howardzhou
andauthored
fix: Wrong value of api destination output (#79)
Co-authored-by: howardzhou <[email protected]>
1 parent ae9e06b commit 03ef4ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ output "eventbridge_connection_arns" {
3535
# EventBridge Destination
3636
output "eventbridge_api_destination_arns" {
3737
description = "The EventBridge API Destination ARNs created"
38-
value = { for k, v in aws_cloudwatch_event_api_destination.this : k => v.id }
38+
value = { for k, v in aws_cloudwatch_event_api_destination.this : k => v.arn }
3939
}
4040

4141
# EventBridge Rule

0 commit comments

Comments
 (0)