Skip to content

Commit

Permalink
Update network resource docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelnano committed Sep 16, 2023
1 parent cf46457 commit 26604b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/network.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 26604b4

Please sign in to comment.