From 39513f5eea84472bbd1760ecf07897f45517b5c7 Mon Sep 17 00:00:00 2001 From: Chris Long Date: Mon, 14 Dec 2020 16:40:07 -0800 Subject: [PATCH] Remove boot_disk_size This can cause issues with the ESXi provider per https://github.com/josenk/vagrant-vmware-esxi/issues/90#issuecomment-516141239 --- ESXi/main.tf | 1 - 1 file changed, 1 deletion(-) diff --git a/ESXi/main.tf b/ESXi/main.tf index 8c83577..d009c59 100644 --- a/ESXi/main.tf +++ b/ESXi/main.tf @@ -20,7 +20,6 @@ resource "esxi_guest" "logger" { guestos = "ubuntu-64" boot_disk_type = "thin" - boot_disk_size = "35" memsize = "4096" numvcpus = "2"