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