Terraform.VirtualMachines/terraform/variables.tf
djpbessems 2f4035afa7
All checks were successful
continuous-integration/drone/push Build is passing
Deploy OVA w/ default configuration
2021-02-04 09:32:03 +01:00

17 lines
396 B
HCL

variable "vcenter_server" {}
variable "vsphere_username" {}
variable "vsphere_password" {}
variable "vsphere_datacenter" {}
variable "vsphere_host" {}
variable "vsphere_hostip" {}
variable "vsphere_vmdatastore" {}
variable "vsphere_cldatastore" {}
variable "vsphere_vmfolder" {}
variable "vsphere_network" {}
variable "repo_username" {}
variable "repo_password" {}
variable "adds_password" {}