Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 525 Bytes

File metadata and controls

16 lines (11 loc) · 525 Bytes

block-aws-domain

Nullstone Block standing up a domain in AWS Route53.

Variables

None

Outputs

  • name: string - The name of the created domain
  • fqdn: string - The FQDN (fully-qualified domain name) for the created domain
  • zone_id: string - Route53 Zone ID of Subdomain
  • nameservers: list(string) - List of Nameservers for Route53 Zone
  • delegator: object({ name: string, access_key: string, secret_key: string })
    • AWS IAM Keys for an AWS user that can alter records within the created domain zone