aws_route53_domain

A small wrapper around route53. It handles getting the correct zone from the domain and constructing a correct url.

Terraform Module Source

module "aws_route53_domain" {
  source = "https://tfmodules.matillion-cto.matillion.com/aws_route53_domain.tar.gz"
  ...
}

Resources

NameType
aws_route53_record.dnsresource
aws_route53_zone.zonedata source

Inputs

NameDescriptionTypeDefaultRequired
targetn/a
object({
name = string
zone_id = string
evaluate_health = bool
})
n/ayes
urln/a
object({
subdomain = string,
domain = string
})
n/ayes

Outputs

NameDescription
urln/a