From 487164f0cf24c847e4c88d44dc2223bc51bc8375 Mon Sep 17 00:00:00 2001 From: Radek Simko Date: Sat, 13 Jun 2015 14:06:14 +0100 Subject: [PATCH] provider/aws: Add docs for elasticache_cluster - cache_nodes --- .../aws/r/elasticache_cluster.html.markdown | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) 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 60f91b88a7..6bfa0b5abd 100644 --- a/website/source/docs/providers/aws/r/elasticache_cluster.html.markdown +++ b/website/source/docs/providers/aws/r/elasticache_cluster.html.markdown @@ -67,13 +67,5 @@ names to associate with this cache cluster The following attributes are exported: -* `cluster_id` -* `engine` -* `engine_version` -* `node_type` -* `num_cache_nodes` -* `parameter_group_name` -* `port` -* `subnet_group_name` -* `security_group_names` -* `security_group_ids` +* `cache_nodes` - List of node objects including `id`, `address` and `port`. + Referenceable e.g. as `${aws_elasticache_cluster.bar.cache_nodes.0.address}`