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
+24-8Lines changed: 24 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -5,15 +5,28 @@ All notable changes to this project will be documented in this file.
5
5
<aname="unreleased"></a>
6
6
## [Unreleased]
7
7
8
-
- Update README and basic example
9
-
- Allow to configure for ingress from other SGs
10
-
- Support Redis log delivery ([#26](https://github.com/umotif-public/terraform-aws-elasticache-redis/issues/26))
11
-
- Support Data Tiering Feature for r6gd nodes
8
+
- Use t4g instance sizes for examples + Update minimum redis version from 5.x to 6.x
9
+
- Update terraform versions
10
+
- Add Data Tiering support ([#32](https://github.com/umotif-public/terraform-aws-elasticache-redis/issues/32))
12
11
13
-
<aname="3.0.0"></a>
14
-
## [3.0.0] - 2022-03-09
15
12
16
-
- Upgrade module to be compatible with AWS Provider 4.0.0 ([#21](https://github.com/umotif-public/terraform-aws-elasticache-redis/issues/21))
13
+
<aname="3.1.2"></a>
14
+
## [3.1.2] - 2022-05-26
15
+
16
+
- fix example in README ([#30](https://github.com/umotif-public/terraform-aws-elasticache-redis/issues/30))
17
+
18
+
19
+
<aname="3.1.1"></a>
20
+
## [3.1.1] - 2022-05-12
21
+
22
+
- Fix outputs for endpoints ([#29](https://github.com/umotif-public/terraform-aws-elasticache-redis/issues/29))
23
+
24
+
25
+
<aname="3.1.0"></a>
26
+
## [3.1.0] - 2022-05-12
27
+
28
+
- Allow other sg ingress ([#24](https://github.com/umotif-public/terraform-aws-elasticache-redis/issues/24))
29
+
- Support Redis log delivery ([#26](https://github.com/umotif-public/terraform-aws-elasticache-redis/issues/26))
17
30
18
31
19
32
<aname="3.0.0"></a>
@@ -112,7 +125,10 @@ All notable changes to this project will be documented in this file.
| <aname="input_cluster_mode_enabled"></a> [cluster\_mode\_enabled](#input\_cluster\_mode\_enabled)| Enable creation of a native redis cluster. |`bool`|`false`| no |
123
123
| <aname="input_data_tiering_enabled"></a> [data\_tiering\_enabled](#input\_data\_tiering\_enabled)| Enables data tiering. Data tiering is only supported for replication groups using the r6gd node type. This parameter must be set to true when using r6gd nodes. |`bool`|`false`| no |
124
124
| <aname="input_description"></a> [description](#input\_description)| The description of the all resources. |`string`|`"Managed by Terraform"`| no |
125
-
| <aname="input_engine_version"></a> [engine\_version](#input\_engine\_version)| The version number of the cache engine to be used for the cache clusters in this replication group. |`string`|`"5.0.6"`| no |
126
-
| <aname="input_family"></a> [family](#input\_family)| The family of the ElastiCache parameter group. |`string`|`"redis5.0"`| no |
125
+
| <aname="input_engine_version"></a> [engine\_version](#input\_engine\_version)| The version number of the cache engine to be used for the cache clusters in this replication group. |`string`|`"6.x"`| no |
126
+
| <aname="input_family"></a> [family](#input\_family)| The family of the ElastiCache parameter group. |`string`|`"redis6.x"`| no |
127
127
| <aname="input_final_snapshot_identifier"></a> [final\_snapshot\_identifier](#input\_final\_snapshot\_identifier)| The name of your final node group (shard) snapshot. ElastiCache creates the snapshot from the primary node in the cluster. If omitted, no final snapshot will be made. |`string`|`null`| no |
128
128
| <aname="input_global_replication_group_id"></a> [global\_replication\_group\_id](#input\_global\_replication\_group\_id)| The ID of the global replication group to which this replication group should belong. |`string`|`null`| no |
129
129
| <aname="input_ingress_cidr_blocks"></a> [ingress\_cidr\_blocks](#input\_ingress\_cidr\_blocks)| List of Ingress CIDR blocks. |`list(string)`|`[]`| no |
description="Enables data tiering. Data tiering is only supported for replication groups using the r6gd node type. This parameter must be set to true when using r6gd nodes."
0 commit comments