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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -327,6 +327,7 @@ No modules.
327
327
| <aname="input_availability_zone"></a> [availability\_zone](#input\_availability\_zone)| Availability Zone for the cache cluster. If you want to create cache nodes in multi-az, use `preferred_availability_zones` instead |`string`|`null`| no |
328
328
| <aname="input_az_mode"></a> [az\_mode](#input\_az\_mode)| Whether the nodes in this Memcached node group are created in a single Availability Zone or created across multiple Availability Zones in the cluster's region. Valid values for this parameter are `single-az` or `cross-az`, default is `single-az`|`string`|`null`| no |
329
329
| <aname="input_cluster_id"></a> [cluster\_id](#input\_cluster\_id)| Group identifier. ElastiCache converts this name to lowercase. Changing this value will re-create the resource |`string`|`""`| no |
330
+
| <aname="input_cluster_mode"></a> [cluster\_mode](#input\_cluster\_mode)| Specifies whether cluster mode is enabled or disabled. Valid values are enabled or disabled or compatible |`string`|`null`| no |
330
331
| <aname="input_cluster_mode_enabled"></a> [cluster\_mode\_enabled](#input\_cluster\_mode\_enabled)| Whether to enable Redis [cluster mode https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Replication.Redis-RedisCluster.html]|`bool`|`false`| no |
331
332
| <aname="input_create"></a> [create](#input\_create)| Determines whether resources will be created (affects all resources) |`bool`|`true`| no |
332
333
| <aname="input_create_cluster"></a> [create\_cluster](#input\_create\_cluster)| Determines whether an ElastiCache cluster will be created or not |`bool`|`false`| no |
@@ -363,7 +364,6 @@ No modules.
363
364
| <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 |
364
365
| <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 |
365
366
| <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 |
366
-
| <aname="input_replication_group_cluster_mode"></a> [replication\_group\_cluster\_mode](#input\_replication\_group\_cluster\_mode)| Specifies whether cluster mode is enabled or disabled. Valid values are enabled or disabled or compatible |`string`|`null`| no |
367
367
| <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 |
368
368
| <aname="input_security_group_description"></a> [security\_group\_description](#input\_security\_group\_description)| Description of the security group created |`string`|`null`| no |
369
369
| <aname="input_security_group_ids"></a> [security\_group\_ids](#input\_security\_group\_ids)| One or more VPC security groups associated with the cache cluster |`list(string)`|`[]`| no |
0 commit comments