Skip to content

Releases: umotif-public/terraform-aws-elasticache-redis

3.5.0

16 Aug 14:00
61a4c4a
Compare
Choose a tag to compare

What's Changed

  • feat(subnet_group): Allow to pass an existing subnet group by @egarbi in #44
  • chore(snapshot): Allow restore from a snapshot by @egarbi in #46
  • Create parameter group description variable by @Ohid25 in #48

Full Changelog: 3.4.0...3.5.0

3.4.0 - Remove 5.0 provider limit

14 Jul 14:00
e2748d4
Compare
Choose a tag to compare

What's Changed

  • Remove provider max version constraints by @gavllew in #47

New Contributors

Full Changelog: 3.3.0...3.4.0

3.3.0 - User Group ID feature + fixes

20 Apr 17:33
b3862cd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.1.4...3.3.0

3.2.0

13 Jul 10:27
a1af9df
Compare
Choose a tag to compare

What's Changed

  • Switch to using redis6.x as default @Ohid25 in #33

Full Changelog: 3.1.3...3.2.0

3.1.3 - 'Data Tiering' attribute supported

13 Jul 09:14
cea9fa8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.1.2...3.1.3

3.1.2

26 May 15:58
8be3599
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.1.1...3.1.2

3.1.1

12 May 21:04
60a512d
Compare
Choose a tag to compare

Bug fixes:

Full Changelog: 3.1.0...3.1.1

3.1.0

12 May 19:24
a25f37f
Compare
Choose a tag to compare

Feature:

Enhancements:

New Contributors

Full Changelog: 3.0.0...3.1.0

3.0.0 - Add compatibility for AWS Provider 4.0.0+

09 Mar 14:10
67cf19b
Compare
Choose a tag to compare

BREAKING CHANGES

  • Removed cluster_mode to use replicas_per_node_group and num_node_groups directly.
  • number_cache_clusters changed to use num_cache_clusters
  • availability_zones changed to use preferred_cache_cluster_azs
  • replication_group_description changed to use description

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

  • Upgrade module to be compatible with AWS Provider 4.0.0 by @Ohid25 in #21

Full Changelog: 2.2.0...3.0.0

2.2.0 - Add support for global_replication_group_id

11 Aug 11:27
5789921
Compare
Choose a tag to compare
Add support for global_replication_group_id (#19)

* Added supporting for global_replication_group_id

* Added example