output "transit_gateway_attachment_id" {
  description = "The ID of the transit gateway VPC attachment"
  value       = aws_ec2_transit_gateway_vpc_attachment_accepter.vpc_attachment_accepter.transit_gateway_attachment_id
}

output "route_table_id" {
  description = "The ID of the route table associated with the transit gateway VPC attachment"
  value       = aws_ec2_transit_gateway_route_table.vpc_route_table.id
}
