Merge pull request #1154 from stuntgoat/gce-add-network
providers/google: add network field to the network_interface
This commit is contained in:
commit
266670c1a1
|
@ -575,6 +575,7 @@ func resourceComputeInstanceRead(d *schema.ResourceData, meta interface{}) error
|
|||
networkInterfaces = append(networkInterfaces, map[string]interface{}{
|
||||
"name": iface.Name,
|
||||
"address": iface.NetworkIP,
|
||||
"network": iface.Network,
|
||||
"access_config": accessConfigs,
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue