github.com/openshift/installer@v1.4.17/upi/vsphere/ipam/variables.tf (about) 1 variable "hostnames" { 2 type = set(string) 3 } 4 5 variable "machine_cidr" { 6 type = string 7 } 8 9 variable "ipam" { 10 type = string 11 } 12 13 variable "ipam_token" { 14 type = string 15 } 16 17 variable "static_ip_addresses" { 18 type = list(string) 19 default = [] 20 }