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:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user