Skip to content

Commit

Permalink
updated doc
Browse files Browse the repository at this point in the history
  • Loading branch information
gxben committed Apr 17, 2024
1 parent 979b299 commit 96be7f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/vnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ Manages a virtual network resource

- `interface` (String) Host bridge network interface
- `name` (String) Resource name
- `private` (Boolean) Whether the virtual network is private or public. The first virtual network to be created is always considered to be the default one.
- `region` (String) Associated region name or ID
- `vlan` (Number) VLAN ID

### Optional

- `desc` (String) Resource extended description
- `private` (Boolean) Whether the virtual network is private or public (default: **true**). The first virtual network to be created is always considered to be the default one.
- `timeouts` (Attributes) (see [below for nested schema](#nestedatt--timeouts))

### Read-Only
Expand Down

0 comments on commit 96be7f1

Please sign in to comment.