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