From 062a52a92b9f256fbf2bb0d435c29b64d3f74cee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Buri?= Date: Wed, 13 Nov 2024 17:56:08 +0100 Subject: [PATCH] Update outputs.tf --- outputs.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/outputs.tf b/outputs.tf index fd2c52d..662619e 100644 --- a/outputs.tf +++ b/outputs.tf @@ -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" {