You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -446,6 +446,7 @@ No modules.
446
446
| <aname="input_preferred_availability_zones"></a> [preferred\_availability\_zones](#input\_preferred\_availability\_zones)| List of the Availability Zones in which cache nodes are created |`list(string)`|`[]`| no |
447
447
| <aname="input_preferred_cache_cluster_azs"></a> [preferred\_cache\_cluster\_azs](#input\_preferred\_cache\_cluster\_azs)| List of EC2 availability zones in which the replication group's cache clusters will be created. The order of the availability zones in the list is considered. The first item in the list will be the primary node. Ignored when updating |`list(string)`|`[]`| no |
448
448
| <aname="input_preferred_outpost_arn"></a> [preferred\_outpost\_arn](#input\_preferred\_outpost\_arn)| (Required if `outpost_mode` is specified) The outpost ARN in which the cache cluster will be created |`string`|`null`| no |
449
+
| <aname="input_region"></a> [region](#input\_region)| AWS region where the resources will be managed. |`string`|`null`| no |
449
450
| <aname="input_replicas_per_node_group"></a> [replicas\_per\_node\_group](#input\_replicas\_per\_node\_group)| Number of replica nodes in each node group. Changing this number will trigger a resizing operation before other settings modifications. Valid values are 0 to 5 |`number`|`null`| no |
450
451
| <aname="input_replication_group_id"></a> [replication\_group\_id](#input\_replication\_group\_id)| Replication group identifier. When `create_replication_group` is set to `true`, this is the ID assigned to the replication group created. When `create_replication_group` is set to `false`, this is the ID of an externally created replication group |`string`|`null`| no |
451
452
| <aname="input_security_group_description"></a> [security\_group\_description](#input\_security\_group\_description)| Description of the security group created |`string`|`null`| no |
0 commit comments