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: CHANGELOG.md
+38-3Lines changed: 38 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,38 @@ All notable changes to this project will be documented in this file.
5
5
<aname="unreleased"></a>
6
6
## [Unreleased]
7
7
8
-
- Use t4g instance sizes for examples + Update minimum redis version from 5.x to 6.x
9
-
- Update terraform versions
8
+
- chore(snapshot): Allow restore from a snapshot ([#46](https://github.com/umotif-public/terraform-aws-elasticache-redis/issues/46))
9
+
- feat(subnet_group): Allow to pass an existing subnet group ([#44](https://github.com/umotif-public/terraform-aws-elasticache-redis/issues/44))
10
+
11
+
12
+
<aname="3.4.0"></a>
13
+
## [3.4.0] - 2023-07-14
14
+
15
+
- Remove provider max version constraints ([#47](https://github.com/umotif-public/terraform-aws-elasticache-redis/issues/47))
16
+
17
+
18
+
<aname="3.3.0"></a>
19
+
## [3.3.0] - 2023-04-20
20
+
21
+
- Add User Group ID support ([#39](https://github.com/umotif-public/terraform-aws-elasticache-redis/issues/39))
22
+
- fix: Type of multi_az_enabled variable ([#36](https://github.com/umotif-public/terraform-aws-elasticache-redis/issues/36))
23
+
- Allow to skip sg egress rules creation ([#40](https://github.com/umotif-public/terraform-aws-elasticache-redis/issues/40))
| <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