Difference between revisions of "Terraform resource: aws route53 zone"
Jump to navigation
Jump to search
(9 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | + | <code>aws_route53_zone</code> ([https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53_zone doc]) | |
− | |||
− | |||
+ | |||
+ | == Official example == | ||
+ | resource "aws_route53_zone" "private" { | ||
+ | name = "example.com" | ||
+ | |||
+ | vpc { | ||
+ | vpc_id = aws_vpc.example.id | ||
+ | } | ||
+ | } | ||
== Related == | == Related == | ||
− | * <code>[[ | + | * <code>[[Terraform resource: aws route53 record]]</code> |
+ | * <code>[[aws_acm_certificate]]</code> | ||
== See also == | == See also == |
Latest revision as of 12:11, 12 August 2024
aws_route53_zone
(doc)
Official example[edit]
resource "aws_route53_zone" "private" { name = "example.com" vpc { vpc_id = aws_vpc.example.id } }
Related[edit]
See also[edit]
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: