File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed
Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff 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-
10297output "automq_byoc_env_console_ami" {
10398 description = "Mirror ami id of AutoMQ BYOC Console."
10499 value = var.automq_byoc_env_console_ami
You can’t perform that action at this time.
0 commit comments