This is an automated email from the ASF dual-hosted git repository.
sureshanaparti pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/cloudstack-terraform-provider.git
The following commit(s) were added to refs/heads/main by this push:
new 9bd95a4 added bypass_vlan_check to network and private_gateway
resources (#216)
9bd95a4 is described below
commit 9bd95a467df160d2183e5b6cbdbe4ca6aa0717e1
Author: kiranchavala <[email protected]>
AuthorDate: Fri Aug 14 14:10:55 2026 +0530
added bypass_vlan_check to network and private_gateway resources (#216)
---
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 d83ebb1..e857ea7 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 b5a3243..84684c9 100644
--- a/website/docs/r/private_gateway.html.markdown
+++ b/website/docs/r/private_gateway.html.markdown
@@ -51,6 +51,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: