Terraform.VirtualMachines/terraform/variables.tf
djpbessems eb19e05995
Some checks failed
continuous-integration/drone/push Build is failing
Initial draft w/ new vsphere provider
2021-03-31 09:27:34 +02:00

29 lines
623 B
HCL

variable "hv_fqdn" {}
variable "hv_username" {}
variable "hv_password" {}
variable "hv_datacenter" {}
variable "hv_host" {}
variable "hv_hostip" {}
variable "hv_datastore" {}
variable "hv_vmfolder" {}
variable "hv_network" {}
variable "repo_username" {}
variable "repo_password" {}
variable "vm_numcpu" {}
variable "vm_memory" {}
variable "adds_domainname" {}
variable "adds_netbiosname" {}
variable "adds_username" {}
variable "adds_password" {}
variable "adds_ntpserver" {}
variable "dhcp_startip" {}
variable "dhcp_endip" {}
variable "dhcp_subnetmask" {}
variable "dhcp_gateway" {}
variable "dhcp_leaseduration" {}