fix(vmware): removing unused variable in vm definitione

This commit is contained in:
Philippe Caseiro 2023-10-19 14:40:51 +02:00
parent 74d13e5f4c
commit a49d95b450
1 changed files with 1 additions and 8 deletions

View File

@ -5,14 +5,6 @@ variable "vms" {
cpu = number
ram = number
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({
size = string
thin_provisioned = bool
@ -58,4 +50,5 @@ variable "ovfs" {
}
))
description = "Virtual Machines description"
default = {}
}