terraform/builtin
dario-simonetti dbdaf20a19 provider/aws: fix aws_elasticache_replication_group for Redis in cluster mode (#9601)
This is a fix for issue https://github.com/hashicorp/terraform/issues/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
2016-10-25 23:59:54 +01:00
..
bins Add PagerDuty provider 2016-10-24 14:19:55 +02:00
providers provider/aws: fix aws_elasticache_replication_group for Redis in cluster mode (#9601) 2016-10-25 23:59:54 +01:00
provisioners Add ability to skip chef registration 2016-10-01 00:49:39 +02:00