diff --git a/docs/resources/network.md b/docs/resources/network.md index 34ea8851..5560759e 100644 --- a/docs/resources/network.md +++ b/docs/resources/network.md @@ -46,7 +46,7 @@ resource "xenorchestra_network" "network" { - `mtu` (Number) The MTU of the network. Defaults to `1500` if unspecified. - `name_description` (String) - `nbd` (Boolean) Whether the network should use a network block device. Defaults to `false` if unspecified. -- `pif_id` (String) The pif (uuid) that should be used for this network. +- `source_pif_device` (String) The PIF device (eth0, eth1, etc) that will be used as an input during network creation. This parameter is required if a vlan is specified. - `vlan` (Number) The vlan to use for the network. Defaults to `0` meaning no VLAN. ### Read-Only