match datatype from lib change

This commit is contained in:
Grant Gongaware 2019-05-20 22:02:55 -07:00
parent 326e18cf1b
commit fe8aedccea

View File

@ -353,7 +353,7 @@ func resourceVmQemuCreate(d *schema.ResourceData, meta interface{}) error {
Name: vmName,
Description: d.Get("desc").(string),
Onboot: d.Get("onboot").(bool),
Agent: d.Get("agent").(string),
Agent: d.Get("agent").(int),
Memory: d.Get("memory").(int),
QemuCores: d.Get("cores").(int),
QemuSockets: d.Get("sockets").(int),