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