Packer.Images/packer/variables.pkr.hcl
djpbessems b0615f11d1
Some checks failed
continuous-integration/drone/push Build is failing
Migrate to HCL;Add packer init step;Add variable definitions
2021-06-04 22:16:06 +02:00

14 lines
332 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 "winrm_password" {}