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