Merge pull request #2480 from dtan4/fix-elasticache-websites
website: Fix page titles and descriptions of ElastiCache websites
This commit is contained in:
commit
f6b56a46ba
|
@ -3,7 +3,7 @@ layout: "aws"
|
||||||
page_title: "AWS: aws_elasticache_cluster"
|
page_title: "AWS: aws_elasticache_cluster"
|
||||||
sidebar_current: "docs-aws-resource-elasticache-cluster"
|
sidebar_current: "docs-aws-resource-elasticache-cluster"
|
||||||
description: |-
|
description: |-
|
||||||
Provides an VPC subnet resource.
|
Provides an ElastiCache Cluster resource.
|
||||||
---
|
---
|
||||||
|
|
||||||
# aws\_elasticache\_cluster
|
# aws\_elasticache\_cluster
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
---
|
---
|
||||||
layout: "aws"
|
layout: "aws"
|
||||||
page_title: "AWS: aws_subnet"
|
page_title: "AWS: aws_elasticache_security_group"
|
||||||
sidebar_current: "docs-aws-resource-elasticache-security-group"
|
sidebar_current: "docs-aws-resource-elasticache-security-group"
|
||||||
description: |-
|
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
|
# aws\_elasticache\_security\_<wbr>group
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
---
|
---
|
||||||
layout: "aws"
|
layout: "aws"
|
||||||
page_title: "AWS: aws_subnet"
|
page_title: "AWS: aws_elasticache_subnet_group"
|
||||||
sidebar_current: "docs-aws-resource-elasticache-subnet-group"
|
sidebar_current: "docs-aws-resource-elasticache-subnet-group"
|
||||||
description: |-
|
description: |-
|
||||||
Provides an VPC subnet resource.
|
Provides an ElastiCache Subnet Group resource.
|
||||||
---
|
---
|
||||||
|
|
||||||
# aws\_elasticache\_subnet\_group
|
# aws\_elasticache\_subnet\_group
|
||||||
|
|
Loading…
Reference in New Issue