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