Merge pull request #54 from bkmeneguello/agent

Add missing agent on update
This commit is contained in:
Grant Gongaware 2019-05-23 11:09:53 -07:00 committed by GitHub
commit 695ac7c537
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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),