From 067a2744c7881bb16ffe3b63897db215944a503e Mon Sep 17 00:00:00 2001 From: stack72 Date: Tue, 20 Sep 2016 17:35:04 +0100 Subject: [PATCH] docs/aws: Adding as an exported parameter for the resource --- .../docs/providers/aws/r/elasticache_cluster.html.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/source/docs/providers/aws/r/elasticache_cluster.html.markdown b/website/source/docs/providers/aws/r/elasticache_cluster.html.markdown index 68df6362bd..f3dcd3354b 100644 --- a/website/source/docs/providers/aws/r/elasticache_cluster.html.markdown +++ b/website/source/docs/providers/aws/r/elasticache_cluster.html.markdown @@ -117,7 +117,8 @@ The following attributes are exported: * `cache_nodes` - List of node objects including `id`, `address`, `port` and `availability_zone`. Referenceable e.g. as `${aws_elasticache_cluster.bar.cache_nodes.0.address}` -* `configuration_endpoint` - (Memcached only) The configuration endpoint to allow host discovery +* `configuration_endpoint` - (Memcached only) The configuration endpoint to allow host discovery. +* `cluster_address` - (Memcached only) The DNS name of the cache cluster without the port appended. [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/APIReference/API_ModifyCacheCluster.html [2]: https://docs.aws.amazon.com/fr_fr/AmazonElastiCache/latest/UserGuide/Clusters.Modify.html