Route 53 Hosted Zones
Manage DNS entries using https://aws.amazon.com/route53/:Amazon Route 53
View on GitHubReference
- Inputs
- Outputs
private_zones
— A map of private Route 53 Hosted Zones. In this map, the key should be the domain name. See examples below.
public_zones
— A map of public Route 53 Hosted Zones. In this map, the key should be the domain name. See examples below.
service_discovery_private_namespaces
— A map of domain names to configurations for setting up a new private namespace in AWS Cloud Map.
service_discovery_public_namespaces
— A map of domain names to configurations for setting up a new public namespace in AWS Cloud Map. Note that the domain name must be registered with Route 53.
acm_tls_certificates
— A list of ARNs of the wildcard and service discovery certificates that were provisioned along with the Route 53 zone.
private_domain_names
— The names of the internal-only Route 53 Hosted Zones
private_zones_ids
— The IDs of the internal-only Route 53 Hosted Zones
private_zones_name_servers
— The name servers associated with the internal-only Route 53 Hosted Zones
public_domain_names
— The names of the public Route 53 Hosted Zones
public_hosted_zone_map
— A map of domains to their zone IDs. IDs are user inputs, when supplied, and otherwise resource IDs
public_hosted_zones_ids
— The IDs of the public Route 53 Hosted Zones
public_hosted_zones_name_servers
— The name servers associated with the public Route 53 Hosted Zones
service_discovery_private_namespaces
— A map of domains to resource arns and hosted zones of the created Service Discovery Private Namespaces.
service_discovery_public_namespaces
— A map of domains to resource arns and hosted zones of the created Service Discovery Public Namespaces.