An open API service indexing awesome lists of open source software.

https://github.com/nullstone-modules/autogen-aws-subdomain

Nullstone module to create an autogenerated *.nullstone.app subdomain and connect to an AWS DNS Zone
https://github.com/nullstone-modules/autogen-aws-subdomain

aws nullstone subdomain terraform terraform-module

Last synced: 5 months ago
JSON representation

Nullstone module to create an autogenerated *.nullstone.app subdomain and connect to an AWS DNS Zone

Awesome Lists containing this project

README

          

# autogen-aws-subdomain

Nullstone module to create an AWS Subdomain from a Nullstone-generated subdomain (e.g. `random-slug.nullstone.app`).

## Inputs

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