From 8e1ce045ee8042dcfb04a235c2e3b6e4330f2d8e Mon Sep 17 00:00:00 2001 From: Kit Ewbank Date: Sat, 17 Dec 2016 07:30:20 -0500 Subject: [PATCH] Correct 'aws_hosted_zone' -> 'aws_route53_zone' in data source documentation. (#10803) --- ...d_zone.html.markdown => route53_zone.html.markdown} | 10 +++++----- website/source/layouts/aws.erb | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) rename website/source/docs/providers/aws/d/{hosted_zone.html.markdown => route53_zone.html.markdown} (88%) diff --git a/website/source/docs/providers/aws/d/hosted_zone.html.markdown b/website/source/docs/providers/aws/d/route53_zone.html.markdown similarity index 88% rename from website/source/docs/providers/aws/d/hosted_zone.html.markdown rename to website/source/docs/providers/aws/d/route53_zone.html.markdown index c7a6e05fac..c018953599 100644 --- a/website/source/docs/providers/aws/d/hosted_zone.html.markdown +++ b/website/source/docs/providers/aws/d/route53_zone.html.markdown @@ -1,14 +1,14 @@ --- layout: "aws" -page_title: "AWS: aws_hosted_zone" -sidebar_current: "docs-aws-datasource-hosted-zone" +page_title: "AWS: aws_route53_zone" +sidebar_current: "docs-aws-datasource-route53-zone" description: |- - Provides details about a specific Hosted Zone + Provides details about a specific Route 53 Hosted Zone --- -# aws\_hosted\_zone +# aws\_route53\_zone -`aws_hosted_zone` provides details about a specific Hosted Zone. +`aws_route53_zone` provides details about a specific Route 53 Hosted Zone. This data source allows to find a Hosted Zone ID given Hosted Zone name and certain search criteria. diff --git a/website/source/layouts/aws.erb b/website/source/layouts/aws.erb index 736863ee37..f40aec050c 100644 --- a/website/source/layouts/aws.erb +++ b/website/source/layouts/aws.erb @@ -51,9 +51,6 @@ > aws_elb_service_account - > - aws_hosted_zone - > aws_iam_policy_document @@ -75,6 +72,9 @@ > aws_route_table + > + aws_route53_zone + > aws_s3_bucket_object