resource "aws_main_route_table_association" "DC-D-MAIN-RT" {
  route_table_id = "rtb-062410cf9457caf2a"
  vpc_id         = aws_vpc.DC-D.id
}
