Skip to content

Commit 03ef4ff

Browse files
lovemew67howardzhou
and
howardzhou
authored
fix: Wrong value of api destination output (terraform-aws-modules#79)
Co-authored-by: howardzhou <howardzhou@kkstream.com>
1 parent ae9e06b commit 03ef4ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

outputs.tf

+1-1
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)