resource "aws_main_route_table_association" "MAX-U3-MAIN-RT" {
  route_table_id = "rtb-0800866341db2f65d"
  vpc_id         = aws_vpc.MAX-U3.id
}
