Terraform resource: aws route53 record
(Redirected from Aws route53 record)
Jump to navigation
Jump to search
aws_route53_record (tf.io)
evaluate_target_health
Official example[edit]
resource "aws_route53_record" "www" {
zone_id = aws_route53_zone.primary.zone_id
name = "www.example.com"
type = "A"
ttl = 300
records = [aws_eip.lb.public_ip]
}
Example records[edit]
Errors[edit]
Related[edit]
See also[edit]
Advertising: