diff --git a/vsphere/resource_vsphere_virtual_disk.go b/vsphere/resource_vsphere_virtual_disk.go index a17d43d5c..271f737ec 100644 --- a/vsphere/resource_vsphere_virtual_disk.go +++ b/vsphere/resource_vsphere_virtual_disk.go @@ -63,7 +63,7 @@ func resourceVSphereVirtualDisk() *schema.Resource { Type: schema.TypeString, Optional: true, ForceNew: true, - Default: "ide", + Default: "lsiLogic", ValidateFunc: func(v interface{}, k string) (ws []string, errors []error) { value := v.(string) if value != "ide" && value != "busLogic" && value != "lsiLogic" {