diff options
Diffstat (limited to 'org-buetow-base/outputs.tf')
| -rw-r--r-- | org-buetow-base/outputs.tf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/org-buetow-base/outputs.tf b/org-buetow-base/outputs.tf index 48d5d08..d182249 100644 --- a/org-buetow-base/outputs.tf +++ b/org-buetow-base/outputs.tf @@ -34,8 +34,8 @@ output "buetow_cloud_zone_id" { value = data.aws_route53_zone.buetow_cloud.zone_id } -output "buetow_private_zone_id" { - value = aws_route53_zone.buetow_private.zone_id +output "buetow_internal_zone_id" { + value = aws_route53_zone.buetow_internal.zone_id } output "buetow_cloud_certificate_arn" { |
