Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 735 Bytes

File metadata and controls

16 lines (11 loc) · 735 Bytes

aws-subdomain

Nullstone Block standing up a subdomain in AWS Route53 for each environment.

Inputs

  • create_delegator: bool (default: false) - Enable this to create an IAM User that only has permissions to modify the created DNS Zone.

Outputs

  • 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.