Skip to content

Commit

Permalink
change default adapter_type to lsiLogic
Browse files Browse the repository at this point in the history
  • Loading branch information
ewypych committed Jun 14, 2017
1 parent e0f24be commit 283cac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vsphere/resource_vsphere_virtual_disk.go
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit 283cac0

Please # to comment.