Usage
module "route53_zone" {
source = "github.com/fencepencil/fencepencil-aws-modules//route53-zone"
domain_name = "<domain_name>"
tags = var.tags
}Inputs (2)
| Name | Type | Description | Default | Required |
|---|---|---|---|---|
domain_name | string | The root domain name | — | yes |
tags | map(string) | Tags to apply to the hosted zone | {} | no |
Outputs (3)
| Name | Description |
|---|---|
zone_id | The ID of the hosted zone |
name_servers | Name servers for the zone |
zone_arn | ARN of the hosted zone |