Difference between revisions of "Terraform resource: aws route53 zone"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
* https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53_zone
+
* <code>aws_route53_zone</code> [https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53_zone doc]
 
* <code>aws_route53_zone</code>
 
  
  

Revision as of 12:10, 12 August 2024

  • aws_route53_zone doc


Official example

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

  vpc {
    vpc_id = aws_vpc.example.id
  }
}


Related

See also

Advertising: