github.com/openshift/installer@v1.4.17/upi/vsphere/lb/variables.tf (about) 1 variable "lb_ip_address" { 2 type = string 3 } 4 5 variable "api_backend_addresses" { 6 type = list(string) 7 } 8 9 variable "ingress_backend_addresses" { 10 type = list(string) 11 } 12 13 variable "ssh_public_key_path" { 14 type = string 15 }