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