Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions website/docs/r/network.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ The following arguments are supported:
* `zone` - (Required) The name or ID of the zone where this network will be
available. Changing this forces a new resource to be created.

* `bypass_vlan_check` - (Optional) if set to `true` it bypasses VLAN id/range overlap
check during network creation for shared and L2 networks


## Attributes Reference

The following attributes are exported:
Expand Down
3 changes: 3 additions & 0 deletions website/docs/r/private_gateway.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ The following arguments are supported:
* `vpc_id` - (Required) The VPC ID in which to create this Private gateway. Changing
this forces a new resource to be created.

* `bypass_vlan_check` - (Optional) if set to `true` it bypasses VLAN id/range overlap
check during private gateway creation

## Attributes Reference

The following attributes are exported:
Expand Down