Skip to content

Commit 14a5e14

Browse files
committed
fix: align value assignment for automq_byoc_vpc_route53_zone_id output
1 parent 4c0374f commit 14a5e14

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
@@ -50,7 +50,7 @@ output "private_subnets" {
5050

5151
output "automq_byoc_vpc_route53_zone_id" {
5252
description = "Route53 bound to the VPC."
53-
value = aws_route53_zone.private_r53.zone_id
53+
value = aws_route53_zone.private_r53.zone_id
5454
}
5555

5656
/*

0 commit comments

Comments
 (0)