diff --git a/vpc-interface-endpoint/outputs.tf b/vpc-interface-endpoint/outputs.tf index 2db008d..8136ad7 100644 --- a/vpc-interface-endpoint/outputs.tf +++ b/vpc-interface-endpoint/outputs.tf @@ -5,6 +5,5 @@ output "vpce_service_info" { "service_name" = aws_vpc_endpoint.interface_endpoint.service_name, "id" : aws_vpc_endpoint.interface_endpoint.id, "dns_entry" : aws_vpc_endpoint.interface_endpoint.dns_entry, - "hosted_zone_id" : aws_vpc_endpoint.interface_endpoint.hosted_zone_id, } }