resource "aws_main_route_table_association" "MAX-P3-MAIN-RT" {
  route_table_id = "rtb-035af8a62fc25dbe6"
  vpc_id         = aws_vpc.MAX-P3.id
}
