Skip to content

Commit

Permalink
πŸ› fix(outputs): fix domain output
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Sep 20, 2024
1 parent 7fce433 commit 0e4d7da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ output "module_version" {

output "cluster_domain" {
description = "DNS Zone Name"
value = aws_route53_zone.cluster_domain.domain
value = aws_route53_zone.cluster_domain.name
}

output "cluster_domain_id" {
Expand Down

0 comments on commit 0e4d7da

Please sign in to comment.