Terraform.VirtualMachines/terraform/variables.tf
djpbessems 7f01f77008
Some checks failed
continuous-integration/drone/push Build is failing
Rename network;Add new vApp properties w/ vars
2021-03-31 09:59:33 +02:00

34 lines
730 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" {}
variable "vault_api" {}
variable "vault_token" {}
variable "vault_pwpolicy" {}
variable "vault_secret" {}