You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: remove default deploy type variable and related policies for AutoMQ BYOC
* feat: remove unused output for AutoMQ BYOC EKS node role ARN
* feat: refactor DNS assignment to use local variable for AutoMQ instance
* feat: add dns_zone_id output for AutoMQ environment deployment
* fix: correct indentation for zone_id in locals block
description="The Route53 zone id for the AutoMQ environment deployment."
53
+
value=aws_route53_zone.private_r53.zone_id
54
+
}
55
+
51
56
/*
52
57
output "automq_byoc_data_bucket_name" {
53
58
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."
0 commit comments