fix(vmware): correcting cluster variable

This commit is contained in:
Philippe Caseiro 2023-07-05 10:17:37 +02:00
parent 35c5b8cdbb
commit 9e5e3cc7e4
1 changed files with 2 additions and 4 deletions

View File

@ -21,14 +21,12 @@ variable "vms" {
}
variable "cluster" {
type = map(object(
{
type = object(
datacenter_name = string
datastore_name = string
resource_pool_name = string
folder = string
}
))
)
description = "vSphere cluster definition"
}