document for ElastiCache cluster, and fix link

This commit is contained in:
clint shryock 2015-12-18 11:43:33 -06:00
parent a5efa4a1fa
commit 93b63cc42d
2 changed files with 14 additions and 1 deletions

View File

@ -10,6 +10,17 @@ description: |-
Provides an ElastiCache Cluster resource. Provides an ElastiCache Cluster resource.
Changes to a Cache Cluster can occur when you manually change a
parameter, such as `node_type`, and are reflected in the next maintenance
window. Because of this, Terraform may report a difference in it's planning
phase because a modification has not yet taken place. You can use the
`apply_immediately` flag to instruct the service to apply the change immediately
(see documentation below).
~> **Note:** using `apply_immediately` can result in a
brief downtime as the server reboots. See the AWS Docs on
[Modifying an ElastiCache Cache Cluster][2] for more information.
## Example Usage ## Example Usage
``` ```
@ -101,3 +112,4 @@ The following attributes are exported:
* `configuration_endpoint` - (Memcached only) The configuration endpoint to allow host discovery * `configuration_endpoint` - (Memcached only) The configuration endpoint to allow host discovery
[1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/APIReference/API_ModifyCacheCluster.html [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/APIReference/API_ModifyCacheCluster.html
[2]: http://docs.aws.amazon.com/fr_fr/AmazonElastiCache/latest/UserGuide/Clusters.Modify.html

View File

@ -23,7 +23,7 @@ phase because a modification has not yet taken place. You can use the
(see documentation below). (see documentation below).
~> **Note:** using `apply_immediately` can result in a ~> **Note:** using `apply_immediately` can result in a
brief downtime as the server reboots. See the AWS Docs on [RDS Maintenance][2] brief downtime as the server reboots. See the AWS Docs on [RDS Maintenance][4]
for more information. for more information.
## Example Usage ## Example Usage
@ -104,3 +104,4 @@ The following attributes are exported:
[2]: http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Aurora.html [2]: http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Aurora.html
[3]: /docs/providers/aws/r/rds_cluster_instance.html [3]: /docs/providers/aws/r/rds_cluster_instance.html
[4]: http://docs.aws.amazon.com/fr_fr/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.Maintenance.html