github.com/openshift/installer@v1.4.17/upi/vsphere/host_a_record/variables.tf (about) 1 variable "zone_id" { 2 type = string 3 description = "The ID of the hosted zone to contain this record." 4 } 5 6 variable "records" { 7 type = map(string) 8 description = "A records to be added to the zone_id" 9 }