Skip to content

resource/gitlab_project: Fix project creation when default branch protection is disabled on instance-level

This bugfix resolves the issue described in #1127 (closed) where the project creation would timeout waiting for the default branch to be protected - but in the case where the default branch protection is disabled on instance-level this won't happen.

Closes: #1127 (closed)

/cc @tschechniker

Merge request reports