From 056e3994b2e3f993d064581f45e0f276b29107e0 Mon Sep 17 00:00:00 2001 From: Ninir Date: Wed, 30 Aug 2017 15:03:03 +0200 Subject: [PATCH] Fixed the documentation for ElastiCache Replication Group address --- website/docs/r/elasticache_replication_group.html.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/r/elasticache_replication_group.html.markdown b/website/docs/r/elasticache_replication_group.html.markdown index c2175b4909c..a3ba6a0cb59 100644 --- a/website/docs/r/elasticache_replication_group.html.markdown +++ b/website/docs/r/elasticache_replication_group.html.markdown @@ -100,8 +100,8 @@ Cluster Mode (`cluster_mode`) supports the following: The following attributes are exported: * `id` - The ID of the ElastiCache Replication Group. -* `primary_endpoint_address` - The address of the endpoint for the primary node in the replication group. If Redis, only present when cluster mode is disabled. -* `configuration_endpoint_address` - (Redis only) The address of the replication group configuration endpoint when cluster mode is enabled. +* `configuration_endpoint_address` - The address of the endpoint for the primary node in the replication group. If Redis, only present when cluster mode is disabled. +* `primary_endpoint_address` - (Redis only) The address of the replication group configuration endpoint when cluster mode is enabled. ## Import