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
- Host: GitHub
- URL: https://github.com/nullstone-modules/autogen-aws-subdomain
- Owner: nullstone-modules
- Created: 2021-03-04T18:42:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-14T15:27:46.000Z (over 1 year ago)
- Last Synced: 2026-01-30T14:56:09.681Z (6 months ago)
- Topics: aws, nullstone, subdomain, terraform, terraform-module
- Language: HCL
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.