github.com/openshift/installer@v1.4.17/upi/vsphere/cluster_domain/variables.tf (about) 1 variable "cluster_domain" { 2 description = "The domain for the cluster that all DNS records must belong" 3 type = string 4 } 5 6 variable "base_domain" { 7 description = "The base domain used for public records." 8 type = string 9 }