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
| <aname="input_num_cache_clusters"></a> [num\_cache\_clusters](#input\_num\_cache\_clusters)| The number of cache clusters (primary and replicas) this replication group will have. If Multi-AZ is enabled, the value of this parameter must be at least 2. Updates will occur before other modifications. Conflicts with num\_node\_groups. |`number`|`1`| no |
140
140
| <aname="input_num_node_groups"></a> [num\_node\_groups](#input\_num\_node\_groups)| Specify the number of node groups (shards) for this Redis replication group. Changing this number will trigger an online resizing operation before other settings modifications. |`number`|`0`| no |
141
141
| <aname="input_parameter"></a> [parameter](#input\_parameter)| A list of Redis parameters to apply. Note that parameters may differ from one Redis family to another | <pre>list(object({<br> name = string<br> value = string<br> }))</pre> |`[]`| no |
142
+
| <aname="input_parameter_group_description"></a> [parameter\_group\_description](#input\_parameter\_group\_description)| The description of the ElastiCache parameter group |`string`|`null`| no |
142
143
| <aname="input_port"></a> [port](#input\_port)| The port number on which each of the cache nodes will accept connections. |`number`|`6379`| no |
143
144
| <aname="input_preferred_cache_cluster_azs"></a> [preferred\_cache\_cluster\_azs](#input\_preferred\_cache\_cluster\_azs)| A 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 not important. |`list(string)`|`null`| no |
144
145
| <aname="input_replicas_per_node_group"></a> [replicas\_per\_node\_group](#input\_replicas\_per\_node\_group)| Specify the number of replica nodes in each node group. Valid values are 0 to 5. Changing this number will trigger an online resizing operation before other settings modifications. |`number`|`0`| no |
0 commit comments