Improve this page

Back to AWS Terraform templates index <–

AWS Route53 record with Terraform

Aws_Route53_record by the Sogeti community.

Template Locations

Online documentation

Template reference
Service description

module "AWS_Route53_record" {
    domain   = "www.myweb.com"
    type     = "NS"
    ttl      = 300
    hostname = "awsroute53.tk"
}