Releases: umotif-public/terraform-aws-elasticache-redis
Releases · umotif-public/terraform-aws-elasticache-redis
3.5.0
3.4.0 - Remove 5.0 provider limit
3.3.0 - User Group ID feature + fixes
What's Changed
- Allow to skip sg egress rules creation by @IrmantasMarozas in #40
- fix: Type of multi_az_enabled variable by @egarbi in #36
- Add User Group ID support by @mosheven in #39
New Contributors
- @IrmantasMarozas made their first contribution in #40
- @egarbi made their first contribution in #36
- @mosheven made their first contribution in #39
Full Changelog: 3.1.4...3.3.0
3.2.0
3.1.3 - 'Data Tiering' attribute supported
What's Changed
- Add Data Tiering support by @philslab-ninja in #32
New Contributors
- @philslab-ninja made their first contribution in #32
Full Changelog: 3.1.2...3.1.3
3.1.2
What's Changed
- fix example in README by @richardFontaine in #30
New Contributors
- @richardFontaine made their first contribution in #30
Full Changelog: 3.1.1...3.1.2
3.1.1
3.1.0
3.0.0 - Add compatibility for AWS Provider 4.0.0+
BREAKING CHANGES
- Removed
cluster_mode
to usereplicas_per_node_group
andnum_node_groups
directly. number_cache_clusters
changed to usenum_cache_clusters
availability_zones
changed to usepreferred_cache_cluster_azs
replication_group_description
changed to usedescription
You will still need to set cluster_mode_enabled
to true if you want a Redis cluster.
These changes are based on the deprecation warnings that are received when trying to use this module with provider >=4.0.0
What's Changed
Full Changelog: 2.2.0...3.0.0
2.2.0 - Add support for global_replication_group_id
Add support for global_replication_group_id (#19) * Added supporting for global_replication_group_id * Added example