Skip to content

Commit 6bc1c09

Browse files
committed
Doc fix for VCN cidr_block
1 parent a19def7 commit 6bc1c09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/r/core_vcn.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,13 @@ resource "oci_core_vcn" "test_vcn" {
7575
The following arguments are supported:
7676

7777
* `cidr_block` - (Optional) **Deprecated.** Do *not* set this value. Use `cidrBlocks` instead. Example: `10.0.0.0/16`
78-
* `cidr_blocks` - (Optional) The list of one or more IPv4 CIDR blocks for the VCN that meet the following criteria:
78+
* `cidr_blocks` - (Optional) (Updatable) The list of one or more IPv4 CIDR blocks for the VCN that meet the following criteria:
7979
* The CIDR blocks must be valid.
8080
* They must not overlap with each other or with the on-premises network CIDR block.
8181
* The number of CIDR blocks must not exceed the limit of CIDR blocks allowed per VCN.
8282
a. The list of CIDRs provided are valid
8383
b. There is no overlap between different CIDRs
84-
c. The number of CIDRs should not exceed the max limit of CIDRs per VCN d. It is an error to set both cidrBlock and cidrBlocks. Note: cidr_blocks update must be restricted to one operation at a time (either add/remove or modify one single cidr_block) or the operation will be declined. new cidr_block to be added must be placed at the end of the list
84+
c. The number of CIDRs should not exceed the max limit of CIDRs per VCN d. It is an error to set both cidrBlock and cidrBlocks. Note: cidr_blocks update must be restricted to one operation at a time (either add/remove or modify one single cidr_block) or the operation will be declined. new cidr_block to be added must be placed at the end of the list. Once you migrate to using `cidr_blocks` from `cidr_block`, you will not be able to switch back.
8585
**Important:** Do *not* specify a value for `cidrBlock`. Use this parameter instead.
8686
* `compartment_id` - (Required) (Updatable) The OCID of the compartment to contain the VCN.
8787
* `defined_tags` - (Optional) (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`

0 commit comments

Comments
 (0)