Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Nov 9, 2021
1 parent dc30b50 commit 5ba66b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vpc-interface-endpoint/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
}

0 comments on commit 5ba66b8

Please sign in to comment.