Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: umotif-public/terraform-aws-elasticache-redis
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.2.0
Choose a base ref
...
head repository: umotif-public/terraform-aws-elasticache-redis
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.0.0
Choose a head ref
  • 1 commit
  • 10 files changed
  • 1 contributor

Commits on Mar 9, 2022

  1. Upgrade module to be compatible with AWS Provider 4.0.0 (#21)

    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
    Abdul Wahid authored Mar 9, 2022
    Configuration menu
    Copy the full SHA
    67cf19b View commit details
    Browse the repository at this point in the history
Loading