Terraform.VirtualMachines/terraform/variables.tf

37 lines
811 B
Terraform
Raw Permalink Normal View History

2021-03-31 07:27:34 +00:00
variable "hv_fqdn" {}
variable "hv_username" {}
variable "hv_password" {}
2021-02-02 12:06:52 +00:00
2021-03-31 07:27:34 +00:00
variable "hv_datacenter" {}
variable "hv_host" {}
variable "hv_hostip" {}
2021-02-02 12:06:52 +00:00
2022-03-03 09:50:59 +00:00
variable "hv_resourcepool" {}
2021-03-31 07:27:34 +00:00
variable "hv_datastore" {}
variable "hv_vmfolder" {}
variable "hv_network" {}
2021-02-02 12:06:52 +00:00
2021-02-02 12:30:06 +00:00
variable "repo_username" {}
2021-02-04 08:32:03 +00:00
variable "repo_password" {}
2022-03-03 12:37:36 +00:00
variable "vm_template" {}
2022-03-03 12:41:26 +00:00
variable "vm_guestid" {}
2021-03-31 07:27:34 +00:00
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" {}
variable "vault_api" {}
variable "vault_token" {}
variable "vault_pwpolicy" {}
variable "vault_secret" {}