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
If this repo is added as a subtree, then the version of the module should be close to the version shown here:
46
46
47
-
`0.0.3`
47
+
`x.y.z`
48
48
49
49
Note, however that subtrees can be altered as desired within repositories.
50
50
@@ -118,7 +118,7 @@ No modules.
118
118
| <aname="input_nodes"></a> [nodes](#input\_nodes)| Number of nodes (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, the deprecatednumber\_cache\_clusters, or the deprecated cluster\_mode. |`number`|`2`| no |
119
119
| <aname="input_notification_topic_arn"></a> [notification\_topic\_arn](#input\_notification\_topic\_arn)| ARN of an SNS topic to send ElastiCache notifications to. Example: arn:aws:sns:us-east-1:012345678999:my\_sns\_topic. |`string`|`null`| no |
120
120
| <aname="input_parameter_group_name"></a> [parameter\_group\_name](#input\_parameter\_group\_name)| Name of the parameter group to be created. If null, one will be created using the name of the cluster. |`string`|`null`| no |
121
-
| <aname="input_parameter_group_version"></a> [parameter\_group\_version](#input\_parameter\_group\_version)| The major + minor version being used for the application when creating a parameter group. |`string`|`"6.x"`| no |
121
+
| <aname="input_parameter_group_version"></a> [parameter\_group\_version](#input\_parameter\_group\_version)| The major + minor version being used for the application when creating a parameter group. |`string`|`"7"`| no |
122
122
| <aname="input_parameters"></a> [parameters](#input\_parameters)| Additional parameters that will be added to parameter group. |`list(map(any))`|`[]`| no |
123
123
| <aname="input_port"></a> [port](#input\_port)| The port number on which each of the cache nodes will accept connections. Cannot be provided with replication\_group\_id. Changing this value will re-create the resource. |`number`|`6379`| no |
124
124
| <aname="input_preferred_cache_cluster_azs"></a> [preferred\_cache\_cluster\_azs](#input\_preferred\_cache\_cluster\_azs)| List of availability zones in which to create cluster. |`list(string)`|`null`| no |
0 commit comments