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
Name | Type |
---|---|
aws_route53_record.dns | resource |
aws_route53_zone.zone | data source |
Inputs
Name | Description | Type | Default | Required |
---|---|---|---|---|
target | n/a | object({ | n/a | yes |
url | n/a | object({ | n/a | yes |
Outputs
Name | Description |
---|---|
url | n/a |