Skip to content

Commit 55f031d

Browse files
committed
added bypass_vlan_check to network and private_gateway resources
1 parent 6fbf6ff commit 55f031d

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

website/docs/r/network.html.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ The following arguments are supported:
7171
* `zone` - (Required) The name or ID of the zone where this network will be
7272
available. Changing this forces a new resource to be created.
7373

74+
* `bypass_vlan_check` - (Optional) if set to `true` it bypasses VLAN id/range overlap
75+
check during network creation for shared and L2 networks
76+
77+
7478
## Attributes Reference
7579

7680
The following attributes are exported:

website/docs/r/private_gateway.html.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ The following arguments are supported:
5050
* `vpc_id` - (Required) The VPC ID in which to create this Private gateway. Changing
5151
this forces a new resource to be created.
5252

53+
* `bypass_vlan_check` - (Optional) if set to `true` it bypasses VLAN id/range overlap
54+
check during private gateway creation
55+
5356
## Attributes Reference
5457

5558
The following attributes are exported:

0 commit comments

Comments
 (0)