Skip to content

Feature request: `gitlab_project_fork`

It would be very useful to be able to create a fork into a given namespace, a la:

resource "gitlab_project_fork" "foo" {
  project_id = 123
  namespace_id = 456
  ...
}

I apologize for making this a feature request, and not a PR, but time is... finite right now :\

Edited by Timo Furrer