resource "aws_nat_gateway" "ROUGH-CUTS-D-NGW" {
  allocation_id     = "eipalloc-050fbfcd24a74f9b1"
  connectivity_type = "public"
  subnet_id         = aws_subnet.ROUGH-CUTS-D-XDMZ-1A.id
  tags              = merge(var.tags, { Name = "ROUGH-CUTS-D-NGW" })
}
