diff --git a/builtin/providers/vsphere/resource_vsphere_virtual_machine.go b/builtin/providers/vsphere/resource_vsphere_virtual_machine.go index 2955a0ea3a..520c93456e 100644 --- a/builtin/providers/vsphere/resource_vsphere_virtual_machine.go +++ b/builtin/providers/vsphere/resource_vsphere_virtual_machine.go @@ -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, },