Merge pull request #2480 from dtan4/fix-elasticache-websites

website: Fix page titles and descriptions of ElastiCache websites
pull/2481/head
Mitchell Hashimoto 11 years ago
commit f6b56a46ba

@ -3,7 +3,7 @@ layout: "aws"
page_title: "AWS: aws_elasticache_cluster"
sidebar_current: "docs-aws-resource-elasticache-cluster"
description: |-
Provides an VPC subnet resource.
Provides an ElastiCache Cluster resource.
---
# aws\_elasticache\_cluster

@ -1,9 +1,9 @@
---
layout: "aws"
page_title: "AWS: aws_subnet"
page_title: "AWS: aws_elasticache_security_group"
sidebar_current: "docs-aws-resource-elasticache-security-group"
description: |-
Provides an VPC subnet resource.
Provides an ElastiCache Security Group to control access to one or more cache clusters.
---
# aws\_elasticache\_security\_<wbr>group

@ -1,9 +1,9 @@
---
layout: "aws"
page_title: "AWS: aws_subnet"
page_title: "AWS: aws_elasticache_subnet_group"
sidebar_current: "docs-aws-resource-elasticache-subnet-group"
description: |-
Provides an VPC subnet resource.
Provides an ElastiCache Subnet Group resource.
---
# aws\_elasticache\_subnet\_group

Loading…
Cancel
Save