fix(vmware): removing unused variable in vm definitione
This commit is contained in:
parent
74d13e5f4c
commit
a49d95b450
|
@ -5,14 +5,6 @@ variable "vms" {
|
||||||
cpu = number
|
cpu = number
|
||||||
ram = number
|
ram = number
|
||||||
guest_id = string
|
guest_id = string
|
||||||
ovf_deploy = map(object({
|
|
||||||
allow_unverified_ssl_cert = bool
|
|
||||||
local_ovf_path = string
|
|
||||||
disk_provisioning = string
|
|
||||||
deployment_option = map(object({
|
|
||||||
default = string
|
|
||||||
}))
|
|
||||||
}))
|
|
||||||
disks = map(object({
|
disks = map(object({
|
||||||
size = string
|
size = string
|
||||||
thin_provisioned = bool
|
thin_provisioned = bool
|
||||||
|
@ -58,4 +50,5 @@ variable "ovfs" {
|
||||||
}
|
}
|
||||||
))
|
))
|
||||||
description = "Virtual Machines description"
|
description = "Virtual Machines description"
|
||||||
|
default = {}
|
||||||
}
|
}
|
Loading…
Reference in New Issue