mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-14 04:01:09 -04:00
529 B
529 B
layout, page_title, sidebar_current
| layout | page_title | sidebar_current |
|---|---|---|
| aws | AWS: aws_route53_zone | docs-aws-resource-route53-zone |
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.