Merge pull request #2332 from TimeIncOSS/docs-cache-nodes
provider/aws: Add docs for elasticache_cluster - cache_nodes
This commit is contained in:
commit
c223518085
|
@ -67,13 +67,5 @@ names to associate with this cache cluster
|
||||||
|
|
||||||
The following attributes are exported:
|
The following attributes are exported:
|
||||||
|
|
||||||
* `cluster_id`
|
* `cache_nodes` - List of node objects including `id`, `address` and `port`.
|
||||||
* `engine`
|
Referenceable e.g. as `${aws_elasticache_cluster.bar.cache_nodes.0.address}`
|
||||||
* `engine_version`
|
|
||||||
* `node_type`
|
|
||||||
* `num_cache_nodes`
|
|
||||||
* `parameter_group_name`
|
|
||||||
* `port`
|
|
||||||
* `subnet_group_name`
|
|
||||||
* `security_group_names`
|
|
||||||
* `security_group_ids`
|
|
||||||
|
|
Loading…
Reference in New Issue