Skip to content

Commit 1057822

Browse files
committed
feat: uncomment output for automq_byoc_vpc_route53_zone_id and add comment block for clarity
1 parent e2a9316 commit 1057822

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

outputs.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ output "automq_byoc_vpc_route53_zone_id" {
5353
value = aws_route53_zone.private_r53.zone_id
5454
}
5555

56-
/*
56+
5757
output "automq_byoc_data_bucket_name" {
5858
description = "The object storage bucket for that used to store message data generated by applications. The message data Bucket must be separate from the Ops Bucket."
5959
value = local.automq_data_bucket
@@ -64,6 +64,7 @@ output "automq_byoc_ops_bucket_name" {
6464
value = local.automq_ops_bucket
6565
}
6666

67+
/*
6768
output "automq_byoc_env_console_ec2_instance_ip" {
6869
description = "The instance IP of the deployed AutoMQ BYOC control panel. You can access the service through this IP."
6970
value = aws_eip.web_ip.public_ip

0 commit comments

Comments
 (0)