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