29 lines
623 B
HCL
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" {} |