Packer.Images/packer/variables.pkr.hcl

12 lines
279 B
HCL
Raw Normal View History

2021-06-04 15:15:59 +00:00
variable "vcenter_server" {}
variable "vsphere_username" {}
variable "vsphere_host" {}
variable "vsphere_hostip" {}
variable "vsphere_datacenter" {}
variable "vsphere_templatefolder" {}
variable "vsphere_folder" {}
variable "vsphere_datastore" {}
variable "vsphere_network" {}