Skip to content

Support attribute for default process mode of projects once it's available

Once Allow adjusting the default process_mode for re... (gitlab#378628 - closed) is implemented we want to support that new default process mode attribute in the Terraform provider - that is, in the gitlab_project resource and related data sources.

resource "gitlab_project" "main" {
    project              = "namespace/myproject"
    default_process_mode = "newest_first"
}

Related GitLab APIs

API documentation: not yet available

Additional Details

Edited by long nguyen huy