8000 GitHub - shalb/cluster.dev-domain: Domain Registration service
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

shalb/cluster.dev-domain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform DNS Zone Delegation via AWS Route53

Module is used when you need to create subzone and delegate it. The infrastructure of this delegation process described here: https://github.com/shalb/cluster.dev-domain/tree/test_code

This module creates a domain zone in format cluster_fullname.cluster\_domain and returns zone_id and name_servers.

Requirements

Name Version
terraform > 0.13.0
aws ~> 2.23

Providers

Name Version
aws ~> 2.23
null n/a

Inputs

Name Description Type Default Required
cluster_domain Default domain for cluster records string n/a yes
cluster_name Full name of the cluster string n/a yes
dns_manager_url Endpoint to create a default zone in cluster.dev domain string "https://usgrtk5fqj.execute-api.eu-central-1.amazonaws.com/prod" no
email email of user which requests a default zone string "domain-request@cluster.dev" no
region The AWS region. string n/a yes
zone_delegation If true - a NS records in cluster_domain(cluster.dev) to be created by external scripts string false no

Outputs

Name Description
domain n/a
name_servers n/a
zone_id n/a

About

Domain Registration service

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

0