Packer.Images/packer/variables.pkr.hcl

20 lines
444 B
HCL
Raw Normal View History

2021-06-04 15:15:59 +00:00
variable "vcenter_server" {}
variable "vsphere_username" {}
2021-06-04 15:22:54 +00:00
variable "vsphere_password" {}
2021-06-04 15:15:59 +00:00
variable "vsphere_host" {}
variable "vsphere_hostip" {}
variable "vsphere_datacenter" {}
variable "vsphere_templatefolder" {}
variable "vsphere_folder" {}
variable "vsphere_datastore" {}
variable "vsphere_network" {}
2021-06-04 15:22:54 +00:00
variable "vm_name" {}
variable "vm_guestos" {}
variable "winrm_password" {}
variable "repo_username" {}
variable "repo_password" {}