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