Add variable definitions
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Danny Bessems 2021-06-04 17:15:59 +02:00
parent b3e7070f6e
commit 64fd9a195f
1 changed files with 11 additions and 0 deletions

11
packer/variables.pkr.hcl Normal file
View File

@ -0,0 +1,11 @@
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" {}