Nullstone Block standing up a subdomain in AWS Route53 for each environment.
create_vanity: bool (default: false)- Enable this to create a vanity subdomain instead of environmental. This is typically enabled on the production environment.create_delegator: bool (default: false)- Enable this to create an IAM User that only has permissions to modify the created DNS Zone.
name: string- The name that precedes the domain name for the created subdomain.fqdn: string- The FQDN (fully-qualified domain name) for the created subdomain.zone_id: string- The zone ID of the AWS Route53 Zone for the created subdomain.nameservers: list(string)- The list of nameservers of the AWS Route53 Zone for the created subdomain.domain_name: string- The name of the root domain.domain_zone_id: string- The zone ID of the root domain.