diff --git a/website/docs/r/network.html.markdown b/website/docs/r/network.html.markdown
index d83ebb1a..e857ea70 100644
--- a/website/docs/r/network.html.markdown
+++ b/website/docs/r/network.html.markdown
@@ -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:
diff --git a/website/docs/r/private_gateway.html.markdown b/website/docs/r/private_gateway.html.markdown
index cd05a5ee..674945ec 100644
--- a/website/docs/r/private_gateway.html.markdown
+++ b/website/docs/r/private_gateway.html.markdown
@@ -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: