terraform/website/source/docs/providers/aws/r/route53_zone.html.markdown

588 B

layout page_title sidebar_current description
aws AWS: aws_route53_zone docs-aws-resource-route53-zone Provides a Route53 Hosted Zone resource.

aws_route53_zone

Provides a Route53 Hosted Zone resource.

Example Usage

resource "aws_route53_zone" "primary" {
   name = "example.com"
}

Argument Reference

The following arguments are supported:

  • name - (Required) This is the name of the hosted zone.

Attributes Reference

The following attributes are exported:

  • zone_id - The Hosted Zone ID. This can be referenced by zone records.