diff --git a/upi/vsphere/variables.tf b/upi/vsphere/variables.tf index 1775dc268e8..e21c6daa62a 100644 --- a/upi/vsphere/variables.tf +++ b/upi/vsphere/variables.tf @@ -33,16 +33,19 @@ variable "vsphere_password" { variable "vsphere_cluster" { type = string + default = "" description = "This is the name of the vSphere cluster." } variable "vsphere_datacenter" { type = string + default = "" description = "This is the name of the vSphere data center." } variable "vsphere_datastore" { type = string + default = "" description = "This is the name of the vSphere data store." } variable "vm_network" {