This repository/workspace manages any common resources that are not region-specific.
Manages authoritative zones with custom name servers.
Each zone will need to have glue and NS records added to the parent zone to delegate
the subdomain to AWS name servers. Run the delegations.py
script to generate a
configuration snippet for a bind zone file.
Name | Description | Type | Default | Required |
---|---|---|---|---|
authoritative_zones | List of DNS zones to create/manage | list(string) |
n/a | yes |
delegation_set_id | Identifier for pre-existing delegation set | string |
n/a | yes |
hostmaster | Email address of hostmaster | string |
n/a | yes |
tags | Common tags for created resources | map(any) |
{} |
no |
Name | Description |
---|---|
dns_delegations | Delegation and glue records for each authoritative zone. |