resource "aws_internet_gateway" "DIGSYS-D3-IGW" {
  tags   = merge(var.tags, { Name = "DIGSYS-D3-IGW" })
  vpc_id = aws_vpc.DIGSYS-D3.id
}
