Terraform.VirtualMachines/terraform/variables.tf
djpbessems e5d4c577f8
Some checks failed
continuous-integration/drone/push Build is failing
Initial commit; will fail :)
2021-02-02 13:06:52 +01:00

29 lines
326 B
HCL

variable "vcenter_server" {
}
variable "vsphere_username" {
}
variable "vsphere_password" {
}
variable "vsphere_datacenter" {
}
variable "vsphere_host" {
}
variable "vsphere_hostip" {
}
variable "vsphere_datastore" {
}
variable "vsphere_folder" {
}
variable "vsphere_templatefolder" {
}
variable "vsphere_network" {
}