Skip to content

Commit f537bfd

Browse files
authored
Update rediscloud_active_active_regions.md (#350)
1 parent a99ddd0 commit f537bfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/resources/rediscloud_active_active_regions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The `region` block supports:
5252
* `region_id` - (Computed) The ID of the region, as created by the API
5353
* `region` - (Required) Region name
5454
* `vpc_id` - (Computed) Identifier of the VPC to be peered, set by the API
55-
* `networking_deployment_cidr` - (Required) Deployment CIDR mask
55+
* `networking_deployment_cidr` - (Required) Deployment CIDR mask. The total number of bits must be 24 (x.x.x.x/24)
5656
* `recreate_region` - (Optional) Protection flag, needs to be set if a region has to be re-created. A region will need to be re-created in the case of a change on the `networking_deployment_cidr` field. During re-create, the region will be deleted (so the `delete_regions` flag also needs to be set) and then created again. Default: 'false'
5757
* `database` - (Required) A block defining the write and read operations in the region, per database, documented below
5858

0 commit comments

Comments
 (0)