Terraform.VirtualMachines/terraform/variables.tf
djpbessems 91b5f11c13
Some checks reported errors
continuous-integration/drone/push Build was killed
Add guest_id key
2022-03-03 13:41:26 +01:00

37 lines
811 B
HCL

variable "hv_fqdn" {}
variable "hv_username" {}
variable "hv_password" {}
variable "hv_datacenter" {}
variable "hv_host" {}
variable "hv_hostip" {}
variable "hv_resourcepool" {}
variable "hv_datastore" {}
variable "hv_vmfolder" {}
variable "hv_network" {}
variable "repo_username" {}
variable "repo_password" {}
variable "vm_template" {}
variable "vm_guestid" {}
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" {}