← Back to registry
modules/route53-zone/aws
Source: cf-tfr.davidguerrero.fr/modules/route53-zone/aws
module "route53-zone" {
source = "cf-tfr.davidguerrero.fr/modules/route53-zone/aws"
version = "0.1.0"
}
Versions
Requirements
| Name |
Version |
| terraform |
>= 1.14.4 |
| aws |
>= 6.31 |
Providers
Modules
No modules.
Resources
Inputs
| Name |
Description |
Type |
Default |
Required |
| domain_name |
The zone's domain name. |
string |
n/a |
yes |
| mx_records |
Map of domain => MX records to create. |
map(list(string)) |
{} |
no |
| txt_records |
Map of domain => TXT records to create. |
map(list(string)) |
{} |
no |
Outputs
| Name |
Description |
| arn |
The zone ARN. |
| id |
The zone ID. |
| name_servers |
The zone's name servers. |