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

This commit is contained in:
Danny Bessems 2021-06-04 17:22:54 +02:00
parent 64fd9a195f
commit 1ce40f2a5a
1 changed files with 8 additions and 0 deletions

View File

@ -1,5 +1,6 @@
variable "vcenter_server" {}
variable "vsphere_username" {}
variable "vsphere_password" {}
variable "vsphere_host" {}
variable "vsphere_hostip" {}
@ -9,3 +10,10 @@ 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" {}