Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

provider/aws: fix aws_elasticache_replication_group for Redis in cluster mode #9601

Merged
merged 1 commit into from
Oct 25, 2016
Merged

Commits on Oct 25, 2016

  1. provider/aws: fix aws_elasticache_replication_group for Redis in clus…

    …ter mode
    
    This is a fix for issue #9596.
    
    Changes:
     - Adds new output attribute `configuration_endpoint_address`. Only
       used in Redis when in cluster mode.
     - Read the `snapshot_window` and `snapshot_retention_limit` from
       the
       replication group description instead of the cache cluster
       description.
     - Adds acceptance test and modifies an existing acceptance test to
       make sure that everything is still good in non-cluster mode
     - Updates docs to describe new output attribute
    dario-simonetti committed Oct 25, 2016
    Configuration menu
    Copy the full SHA
    4cfa3d6 View commit details
    Browse the repository at this point in the history