From 5ec5d65c7719cceba8064d181f01842f37c2254b Mon Sep 17 00:00:00 2001 From: clint shryock Date: Wed, 16 Nov 2016 14:43:56 -0600 Subject: [PATCH] provider/aws: Update Elasticache docs for corrections, clarity --- .../aws/r/elasticache_replication_group.html.markdown | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/website/source/docs/providers/aws/r/elasticache_replication_group.html.markdown b/website/source/docs/providers/aws/r/elasticache_replication_group.html.markdown index cb4b59afa..166d2f178 100644 --- a/website/source/docs/providers/aws/r/elasticache_replication_group.html.markdown +++ b/website/source/docs/providers/aws/r/elasticache_replication_group.html.markdown @@ -10,8 +10,6 @@ description: |- Provides an ElastiCache Replication Group resource. -~> **Note:** We currently do not support passing a `primary_cluster_id` in order to create the Replication Group. - ## Example Usage ``` @@ -27,6 +25,14 @@ resource "aws_elasticache_replication_group" "bar" { } ``` +~> **Note:** We currently do not support passing a `primary_cluster_id` in order to create the Replication Group. + +~> **Note:** Automatic Failover is unavailable for Redis versions earlier than 2.8.6, +and unavailable on T1 and T2 node types. See the [Amazon Replication with +Redis](http://docs.aws.amazon.com/en_en/AmazonElastiCache/latest/UserGuide/Replication.html) guide +for full details on using Replication Groups. + + ## Argument Reference The following arguments are supported: