diff --git a/proxmox/virtual_environment_vm_types.go b/proxmox/virtual_environment_vm_types.go index 3a90b93d..a283e4fc 100644 --- a/proxmox/virtual_environment_vm_types.go +++ b/proxmox/virtual_environment_vm_types.go @@ -1145,7 +1145,7 @@ func (r CustomVirtualIODevices) EncodeValues(key string, v *url.Values) error { // EncodeValues converts a CustomWatchdogDevice struct to a URL vlaue. func (r CustomWatchdogDevice) EncodeValues(key string, v *url.Values) error { values := []string{ - fmt.Sprintf("model=%s", r.Model), + fmt.Sprintf("model=%+v", r.Model), } if r.Action != nil {