Skip to content

3.0.0 - Add compatibility for AWS Provider 4.0.0+

Compare
Choose a tag to compare
@Ohid25 Ohid25 released this 09 Mar 14:10
· 13 commits to main since this release
67cf19b

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