output "vpc_endpoint" {
  description = "Vpc endpoint object"
  value       = aws_vpc_endpoint.main
}

output "rt_association" {
  description = "List of route table associations"
  value       = aws_vpc_endpoint_route_table_association.main
}
