Skip to content

Commit

Permalink
Merge pull request hashicorp#94 from ewypych/change-def-adapter
Browse files Browse the repository at this point in the history
Change default adapter_type to lsiLogic
  • Loading branch information
vancluever authored Aug 23, 2017
2 parents 066c9bb + 283cac0 commit f43f979
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 f43f979

Please sign in to comment.