Packer.Images/packer/variables.pkr.hcl
djpbessems 1ce40f2a5a
Some checks failed
continuous-integration/drone/push Build is failing
Add variable definitions #2
2021-06-04 17:22:54 +02:00

20 lines
444 B
HCL

variable "vcenter_server" {}
variable "vsphere_username" {}
variable "vsphere_password" {}
variable "vsphere_host" {}
variable "vsphere_hostip" {}
variable "vsphere_datacenter" {}
variable "vsphere_templatefolder" {}
variable "vsphere_folder" {}
variable "vsphere_datastore" {}
variable "vsphere_network" {}
variable "vm_name" {}
variable "vm_guestos" {}
variable "winrm_password" {}
variable "repo_username" {}
variable "repo_password" {}