aws∕route‒53‒record - dicomgrid/pt-modules GitHub Wiki

Usage

To use this module in your Terraform, refer to the below module example:

module "aws_route_53_record" {
  source = "git::https://github.com/dicomgrid/pt-modules.git?ref=null"

  # See inputs below for additional required parameters
}

Attributes

Requirements

Name Version
terraform >= 1.0.9
aws >= 3.36.0

Providers

Name Version
aws >= 3.36.0

Modules

No modules.

Resources

Name Type
aws_route53_record.main resource
aws_route53_zone.main data source

Inputs

Name Description Type Default Required
name n/a any n/a yes
records n/a any n/a yes
type n/a any n/a yes
private_zone n/a bool false no
ttl n/a string "60" no
zone_name n/a string "ambrahealth.com" no

Outputs

Name Description
fqdn n/a

Changelog