resource "aws_main_route_table_association" "DIGSYS-P3-MAIN-RT" {
  route_table_id = "rtb-0be8b81d4f9b11a96"
  vpc_id         = aws_vpc.DIGSYS-P3.id
}
