diff --git a/README.md b/README.md index 729ec1d..a65c28c 100644 --- a/README.md +++ b/README.md @@ -56,8 +56,8 @@ Change logs are auto-generated with commitizen. | Name | Description | |------|-------------| +| [cluster\_domain](#output\_cluster\_domain) | DNS Zone Name | | [cluster\_domain\_id](#output\_cluster\_domain\_id) | DNS Zone ID | -| [cluster\_domain\_name](#output\_cluster\_domain\_name) | DNS Zone Name | | [cluster\_domain\_ns](#output\_cluster\_domain\_ns) | DNS Zone Nameservers | | [module\_name](#output\_module\_name) | The name of this module. | | [module\_version](#output\_module\_version) | The version of this module. | diff --git a/outputs.tf b/outputs.tf index 73dc229..4825ceb 100644 --- a/outputs.tf +++ b/outputs.tf @@ -16,9 +16,9 @@ output "module_version" { # Networking information ################################################################################ -output "cluster_domain_name" { +output "cluster_domain" { description = "DNS Zone Name" - value = local.cluster_domain_name + value = aws_route53_zone.cluster_domain.domain } output "cluster_domain_id" {