open-cmmc-stack/terraform/modules/dns_record/outputs.tf

4 lines
66 B
HCL

output "fqdn" {
value = "${var.subdomain}.${var.root_domain}"
}