Remove boot_disk_size

This can cause issues with the ESXi provider per https://github.com/josenk/vagrant-vmware-esxi/issues/90#issuecomment-516141239
This commit is contained in:
Chris Long
2020-12-14 16:40:07 -08:00
committed by GitHub
parent 7826c6edef
commit 39513f5eea

View File

@@ -20,7 +20,6 @@ resource "esxi_guest" "logger" {
guestos = "ubuntu-64" guestos = "ubuntu-64"
boot_disk_type = "thin" boot_disk_type = "thin"
boot_disk_size = "35"
memsize = "4096" memsize = "4096"
numvcpus = "2" numvcpus = "2"