Compare commits

..

No commits in common. "1ab2c571a687ca6e3fe808281c45d945ce0618ff" and "b565e85350fe315c823abd803ecf436e356ddfd0" have entirely different histories.

2 changed files with 0 additions and 2 deletions

View File

@ -33,7 +33,6 @@ resource "vsphere_virtual_machine" "vm" {
num_cpus = each.value.cpu
memory = each.value.ram
guest_id = each.value.guest_id
firmware = each.value.firmware
dynamic "network_interface" {
for_each = each.value.network_interfaces

View File

@ -5,7 +5,6 @@ variable "vms" {
cpu = number
ram = number
guest_id = string
firmware = string
disks = map(object({
size = string
thin_provisioned = bool