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