mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Fix #1394, network value for network_interface isn't a computed value and there is no need to refresh it each time instance data is read
This commit is contained in:
parent
3fb138201f
commit
8f717c3e60
@ -572,7 +572,6 @@ 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
Block a user