resource "aws_nat_gateway" "MAX-P3-NGW" {
  allocation_id     = "eipalloc-06c7a88deeb380303"
  connectivity_type = "public"
  subnet_id         = aws_subnet.MAX-P3-XDMZ-1A.id
  tags              = merge(var.tags, { Name = "MAX-P3-NGW" })
}
