/iac-aws-route53

Project to create top level domains with Terraform in AWS

Primary LanguageHCL

Requirements

No requirements.

Providers

Name Version
aws n/a

Modules

No modules.

Resources

Name Type
aws_route53_zone.this resource

Inputs

Name Description Type Default Required
default_tags The default tags to apply to all resources map(string)
{
"Environment": "Dev"
}
no
top_level_domain The list of top level domains to use for the Route53 zone
map(object({
vpcs_config = optional(map(object({
vpc_id = string
vpc_region = string
})))
comment = string
force_destroy = bool
tags = map(string)
}))
n/a yes

Outputs

Name Description
hostedzones_id The list of IDs of the Route53 hosted zones created