Difference between revisions of "Terraform resource: aws route53 zone"
Jump to navigation
Jump to search
m (Newworld moved page Aws route53 zone to Terraform resource: aws route53 zone) |
|||
Line 1: | Line 1: | ||
− | |||
* https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53_zone | * https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53_zone | ||
Revision as of 19:24, 28 February 2023
aws_route53_zone
Official example
resource "aws_route53_zone" "private" { name = "example.com" vpc { vpc_id = aws_vpc.example.id } }
Related
See also
aws route53
: [zone
|record
]- Terraform AWS: provider, resources, modules, data sources, VPC, IAM, Net, EC2, S3, Route53, ACM, CloudWatch, SES, RDS, ECS,
awscc, autoscaling, EKS
Advertising: