terraform resource: aws route53 zone

From wikieduonline
Revision as of 07:56, 2 February 2023 by Brave (talk | contribs)
Jump to navigation Jump to search

aws_route53_zone


Official example

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

  vpc {
    vpc_id = aws_vpc.example.id
  }
}


Related

See also

Advertising: