5 lines
152 B
Terraform
5 lines
152 B
Terraform
|
# set these puppies on the command line with -var "variable=val"
|
||
|
variable "vsphere_user" {}
|
||
|
variable "vsphere_password" {}
|
||
|
variable "vsphere_server" {}
|