Skip to content

Commit

Permalink
Add missing agent on update
Browse files Browse the repository at this point in the history
  • Loading branch information
bkmeneguello committed May 23, 2019
1 parent 24a4408 commit 475a365
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proxmox/resource_vm_qemu.go
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,7 @@ func resourceVmQemuUpdate(d *schema.ResourceData, meta interface{}) error {
Name: d.Get("name").(string),
Description: d.Get("desc").(string),
Onboot: d.Get("onboot").(bool),
Agent: d.Get("agent").(int),
Memory: d.Get("memory").(int),
QemuCores: d.Get("cores").(int),
QemuSockets: d.Get("sockets").(int),
Expand Down

0 comments on commit 475a365

Please sign in to comment.