18 lines
412 B
HCL
18 lines
412 B
HCL
variable "vcenter_server" {}
|
|
variable "vsphere_username" {}
|
|
variable "vsphere_password" {}
|
|
|
|
variable "vsphere_host" {}
|
|
variable "vsphere_datacenter" {}
|
|
|
|
variable "vsphere_templatefolder" {}
|
|
variable "vsphere_folder" {}
|
|
variable "vsphere_datastore" {}
|
|
variable "vsphere_network" {}
|
|
|
|
variable "vm_name" {}
|
|
variable "vm_guestos" {}
|
|
variable "ssh_password" {}
|
|
|
|
variable "repo_username" {}
|
|
variable "repo_password" {} |