All Modules
AWSDNS

Route53 Zone

Route53 hosted zone for DNS management

Usage

module "route53_zone" {
  source = "github.com/fencepencil/fencepencil-aws-modules//route53-zone"

  domain_name = "<domain_name>"

  tags = var.tags
}

Inputs (2)

NameTypeDescriptionDefaultRequired
domain_namestringThe root domain nameyes
tagsmap(string)Tags to apply to the hosted zone{}no

Outputs (3)

NameDescription
zone_idThe ID of the hosted zone
name_serversName servers for the zone
zone_arnARN of the hosted zone

More AWS Modules

Browse our full library of AWS infrastructure modules.

View all AWS modules