From 55f031d0939f9d52f01412c2229a2d1353d316ad Mon Sep 17 00:00:00 2001 From: Kiran Chavala Date: Tue, 9 Sep 2025 15:38:35 +0530 Subject: [PATCH] added bypass_vlan_check to network and private_gateway resources --- website/docs/r/network.html.markdown | 4 ++++ website/docs/r/private_gateway.html.markdown | 3 +++ 2 files changed, 7 insertions(+) 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: