Skip to content

Commit

Permalink
Merge pull request #1542 from Ninir/d-elasticache-replication-group
Browse files Browse the repository at this point in the history
Fixed the documentation for ElastiCache Replication Group address
  • Loading branch information
Ninir authored Aug 31, 2017
2 parents c1d286e + 056e399 commit 7f90d33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/r/elasticache_replication_group.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7f90d33

Please sign in to comment.