Skip to content

Commit 98a07f1

Browse files
committed
feat: rename dns_zone_id output to automq_byoc_vpc_route53_zone_id and update description
1 parent d124550 commit 98a07f1

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

outputs.tf

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ output "private_subnets" {
4848
value = try(module.automq_byoc_vpc[0].private_subnets, [])
4949
}
5050

51-
output "dns_zone_id" {
52-
description = "The Route53 zone id for the AutoMQ environment deployment."
53-
value = aws_route53_zone.private_r53.zone_id
51+
output "automq_byoc_vpc_route53_zone_id" {
52+
description = "Route53 bound to the VPC."
53+
value = aws_route53_zone.private_r53.zone_id
5454
}
5555

5656
/*
@@ -94,11 +94,6 @@ output "automq_byoc_instance_profile_arn" {
9494
value = aws_iam_instance_profile.automq_byoc_instance_profile.arn
9595
}
9696
97-
output "automq_byoc_vpc_route53_zone_id" {
98-
description = "Route53 bound to the VPC."
99-
value = aws_route53_zone.private_r53.zone_id
100-
}
101-
10297
output "automq_byoc_env_console_ami" {
10398
description = "Mirror ami id of AutoMQ BYOC Console."
10499
value = var.automq_byoc_env_console_ami

0 commit comments

Comments
 (0)