Skip to content

Commit

Permalink
Merge pull request Telmate#54 from bkmeneguello/agent
Browse files Browse the repository at this point in the history
Add missing agent on update
  • Loading branch information
ggongaware committed May 23, 2019
2 parents 9fe5f2c + 475a365 commit 695ac7c
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 @@ -512,6 +512,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 695ac7c

Please sign in to comment.