| this\_route53\_record\_fqdn | FQDN built using the zone domain and name |
| this\_route53\_record\_name | The name of the record |
| this\_route53\_zone\_name | Name of Route53 zone |
| this\_route53\_zone\_name\_servers | Name servers of Route53 zone |
| this\_route53\_zone\_zone\_id | Zone ID of Route53 zone |
| <aname="output_this_route53_record_fqdn"></a>[this\_route53\_record\_fqdn](#output\_this\_route53\_record\_fqdn) | FQDN built using the zone domain and name |
| <aname="output_this_route53_record_name"></a>[this\_route53\_record\_name](#output\_this\_route53\_record\_name) | The name of the record |
| <aname="output_this_route53_zone_name"></a>[this\_route53\_zone\_name](#output\_this\_route53\_zone\_name) | Name of Route53 zone |
| <aname="output_this_route53_zone_name_servers"></a>[this\_route53\_zone\_name\_servers](#output\_this\_route53\_zone\_name\_servers) | Name servers of Route53 zone |
| <aname="output_this_route53_zone_zone_id"></a>[this\_route53\_zone\_zone\_id](#output\_this\_route53\_zone\_zone\_id) | Zone ID of Route53 zone |
| create | Whether to create DNS records | `bool` | `true` | no |
| private\_zone | Whether Route53 zone is private or public | `bool` | `false` | no |
| records | List of maps of DNS records | `any` | `[]` | no |
| zone\_id | ID of DNS zone | `string` | `null` | no |
| zone\_name | Name of DNS zone | `string` | `null` | no |
| <aname="input_create"></a>[create](#input\_create) | Whether to create DNS records | `bool` | `true` | no |
| <aname="input_private_zone"></a>[private\_zone](#input\_private\_zone) | Whether Route53 zone is private or public | `bool` | `false` | no |
| <aname="input_records"></a>[records](#input\_records) | List of maps of DNS records | `any` | `[]` | no |
| <aname="input_zone_id"></a>[zone\_id](#input\_zone\_id) | ID of DNS zone | `string` | `null` | no |
| <aname="input_zone_name"></a>[zone\_name](#input\_zone\_name) | Name of DNS zone | `string` | `null` | no |
## Outputs
| Name | Description |
|------|-------------|
| this\_route53\_record\_fqdn | FQDN built using the zone domain and name |
| this\_route53\_record\_name | The name of the record |
| <aname="output_this_route53_record_fqdn"></a>[this\_route53\_record\_fqdn](#output\_this\_route53\_record\_fqdn) | FQDN built using the zone domain and name |
| <aname="output_this_route53_record_name"></a>[this\_route53\_record\_name](#output\_this\_route53\_record\_name) | The name of the record |
| create | Whether to create Route53 zone | `bool` | `true` | no |
| tags | Tags added to all zones. Will take precedence over tags from the 'zones' variable | `map(any)` | `{}` | no |
| zones | Map of Route53 zone parameters | `any` | `{}` | no |
| <aname="input_create"></a>[create](#input\_create) | Whether to create Route53 zone | `bool` | `true` | no |
| <aname="input_tags"></a>[tags](#input\_tags) | Tags added to all zones. Will take precedence over tags from the 'zones' variable | `map(any)` | `{}` | no |
| <aname="input_zones"></a>[zones](#input\_zones) | Map of Route53 zone parameters | `any` | `{}` | no |
## Outputs
| Name | Description |
|------|-------------|
| this\_route53\_zone\_name | Name of Route53 zone |
| this\_route53\_zone\_name\_servers | Name servers of Route53 zone |
| this\_route53\_zone\_zone\_id | Zone ID of Route53 zone |
| <aname="output_this_route53_zone_name"></a>[this\_route53\_zone\_name](#output\_this\_route53\_zone\_name) | Name of Route53 zone |
| <aname="output_this_route53_zone_name_servers"></a>[this\_route53\_zone\_name\_servers](#output\_this\_route53\_zone\_name\_servers) | Name servers of Route53 zone |
| <aname="output_this_route53_zone_zone_id"></a>[this\_route53\_zone\_zone\_id](#output\_this\_route53\_zone\_zone\_id) | Zone ID of Route53 zone |