provider/vsphere: Fix gofmt
This commit is contained in:
parent
47d0830ccb
commit
9202bc0e1c
|
@ -236,8 +236,8 @@ func resourceVSphereVirtualMachine() *schema.Resource {
|
|||
ForceNew: true,
|
||||
},
|
||||
|
||||
"type" : &schema.Schema{
|
||||
Type: schema.TypeString,
|
||||
"type": &schema.Schema{
|
||||
Type: schema.TypeString,
|
||||
Optional: true,
|
||||
ForceNew: true,
|
||||
Default: "eager_zeroed",
|
||||
|
|
Loading…
Reference in New Issue