resource "aws_main_route_table_association" "DC-P-MAIN-RT" {
  route_table_id = "rtb-022359432fe77df63"
  vpc_id         = aws_vpc.DC-P.id
}
