resource "aws_route_table_association" "DIGSYS-D3-XDMZ-1A" {
  route_table_id = aws_route_table.DIGSYS-D3-PUB-RT.id
  subnet_id      = aws_subnet.DIGSYS-D3-XDMZ-1A.id
}

resource "aws_route_table_association" "DIGSYS-D3-XDMZ-1B" {
  route_table_id = aws_route_table.DIGSYS-D3-PUB-RT.id
  subnet_id      = aws_subnet.DIGSYS-D3-XDMZ-1B.id
}

resource "aws_route_table_association" "DIGSYS-D3-FNET-1A" {
  route_table_id = aws_route_table.DIGSYS-D3-FNET-RT.id
  subnet_id      = aws_subnet.DIGSYS-D3-FNET-1A.id
}

resource "aws_route_table_association" "DIGSYS-D3-XAPP-1A" {
  route_table_id = aws_route_table.DIGSYS-D3-APP-RT.id
  subnet_id      = aws_subnet.DIGSYS-D3-XAPP-1A.id
}

resource "aws_route_table_association" "DIGSYS-D3-XAPP-1B" {
  route_table_id = aws_route_table.DIGSYS-D3-APP-RT.id
  subnet_id      = aws_subnet.DIGSYS-D3-XAPP-1B.id
}

resource "aws_route_table_association" "DIGSYS-D3-XAPP-1C" {
  route_table_id = aws_route_table.DIGSYS-D3-APP-RT.id
  subnet_id      = aws_subnet.DIGSYS-D3-XAPP-1C.id
}

resource "aws_route_table_association" "DIGSYS-D3-IAPP-1A" {
  route_table_id = aws_route_table.DIGSYS-D3-APP-RT.id
  subnet_id      = aws_subnet.DIGSYS-D3-IAPP-1A.id
}

resource "aws_route_table_association" "DIGSYS-D3-IAPP-1B" {
  route_table_id = aws_route_table.DIGSYS-D3-APP-RT.id
  subnet_id      = aws_subnet.DIGSYS-D3-IAPP-1B.id
}

resource "aws_route_table_association" "DIGSYS-D3-XEKS-1A" {
  route_table_id = aws_route_table.DIGSYS-D3-APP-RT.id
  subnet_id      = aws_subnet.DIGSYS-D3-XEKS-1A.id
}

resource "aws_route_table_association" "DIGSYS-D3-XEKS-1B" {
  route_table_id = aws_route_table.DIGSYS-D3-APP-RT.id
  subnet_id      = aws_subnet.DIGSYS-D3-XEKS-1B.id
}

resource "aws_route_table_association" "DIGSYS-D3-XRDS-1A" {
  route_table_id = aws_route_table.DIGSYS-D3-RDS-RT.id
  subnet_id      = aws_subnet.DIGSYS-D3-XRDS-1A.id
}

resource "aws_route_table_association" "DIGSYS-D3-XRDS-1B" {
  route_table_id = aws_route_table.DIGSYS-D3-RDS-RT.id
  subnet_id      = aws_subnet.DIGSYS-D3-XRDS-1B.id
}

resource "aws_route_table_association" "DIGSYS-D3-INGRESS-RT-EDGE" {
  gateway_id     = aws_internet_gateway.DIGSYS-D3-IGW.id
  route_table_id = aws_route_table.DIGSYS-D3-INGRESS-RT.id
}
