output "oa_url" {
  value = "https://${aws_route53_record.route53_record["oa"].fqdn}"
}

output "vapi_url" {
  value = "https://${aws_route53_record.route53_record["vapi"].fqdn}"
}

output "workstation_url" {
  value = "https://${aws_route53_record.route53_record["workstation"].fqdn}"
}

output "dev_box_fqdn" {
  value = aws_route53_record.ec2_route53_record.fqdn
}
