output "vpc_id" { description = "The ID of the VPC" value = module.vpc.vpc_id } output "aws_route53_zone" { description = "The new Route53 Zone" value = aws_route53_zone.sub.name } output "aws_acm_certificate_status" { description = "Status of Certificate" value = module.acm.acm_certificate_status }