provider/vsphere: Make `vsphere_virtual_machine` `product_key` optional (#7410)

Fixes #6690

Luckily, the code was already checking to see if the product_key was
specified
pull/7459/head
Paul Stack 10 years ago committed by GitHub
parent 26f294cdef
commit c25eb9b4b8

@ -232,7 +232,7 @@ func resourceVSphereVirtualMachine() *schema.Resource {
Schema: map[string]*schema.Schema{
"product_key": &schema.Schema{
Type: schema.TypeString,
Required: true,
Optional: true,
ForceNew: true,
},

Loading…
Cancel
Save