Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 682 Bytes

File metadata and controls

24 lines (17 loc) · 682 Bytes

create-hosted-zone

Creates a hosted zone for a domain in AWS Route53.

Example

module "create_hosted_zone" {
  source = "./modules/aws/create-hosted-zone"
}

Arguments

Name Required Value Type Description
domain Yes String The domain to create a hosted zone for.

Outputs

Name Value Type Description
zone_id String The created hosted zone ID.
name_servers Array The name servers for this zone.