We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c0374f commit 14a5e14Copy full SHA for 14a5e14
outputs.tf
@@ -50,7 +50,7 @@ output "private_subnets" {
50
51
output "automq_byoc_vpc_route53_zone_id" {
52
description = "Route53 bound to the VPC."
53
- value = aws_route53_zone.private_r53.zone_id
+ value = aws_route53_zone.private_r53.zone_id
54
}
55
56
/*
0 commit comments