Terraform resource: aws route53 zone

From wikieduonline
(Redirected from Aws route53 zone)
Jump to navigation Jump to search
  • aws_route53_zone


Official example[edit]

resource "aws_route53_zone" "private" {
  name = "example.com" 

  vpc {
    vpc_id = aws_vpc.example.id
  }
}


Related[edit]

See also[edit]

Advertising: