output "transit_gateway_attachment_id" {
  description = "The ID of the transit gateway VPC attachment"
  value       = data.aws_ec2_transit_gateway_vpc_attachment.this.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
}
