Skip to content

Commit

Permalink
Update outputs.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
burib authored Nov 13, 2024
1 parent c1ee52b commit 062a52a
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 @@ -10,7 +10,7 @@ output "hosted_zone_ns_records" {

output "hosted_zone_arn" {
description = "The ARN of the hosted zone"
value = aws_route53_zone.this.zone_arn
value = aws_route53_zone.this.arn
}

output "hosted_zone_id" {
Expand Down

0 comments on commit 062a52a

Please sign in to comment.