Convert Exchange to a Terraform module
This commit is contained in:
11
ESXi/modules/exchange/variables.tf
Normal file
11
ESXi/modules/exchange/variables.tf
Normal file
@@ -0,0 +1,11 @@
|
||||
variable "vm_network" {
|
||||
default = "VM Network"
|
||||
}
|
||||
|
||||
variable "hostonly_network" {
|
||||
default = "HostOnly Network"
|
||||
}
|
||||
|
||||
variable "disk_store" {
|
||||
type = string
|
||||
}
|
||||
Reference in New Issue
Block a user