mirror of https://github.com/hashicorp/terraform
Correct 'aws_hosted_zone' -> 'aws_route53_zone' in data source documentation. (#10803)
parent
4f625af3fd
commit
8e1ce045ee
@ -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.
|
||||
|
||||
Loading…
Reference in new issue