Cannot delete project on gitlab ultimate

Created by: pjastrzabek

GitLab Provider version

No response

GitLab version

No response

Terraform version

No response

Relevant Terraform Configuration

No response

Relevant log output

gitlab_project.xxx: Still destroying... [id=176532, 9m50s elapsed]
gitlab_project.xxx: Still destroying... [id=176532, 10m0s elapsed]

Description

Gitlab with Ultimate license introduces delayed project deletion

After deleting project it's not really deleted by default, but rather is scheduled for deletion which will be executed later (according to settings configured on project level or group level).

But it's possible to delete it via API immediately. Would be great if terraform provider supports that case otherwise project deletion just timeouts.

gitlab_project.xxx: Still destroying... [id=176532, 9m50s elapsed]
gitlab_project.xxx: Still destroying... [id=176532, 10m0s elapsed]

Support for me means:

  • either using some 'force_delete' flag
  • and / or option to specify that setting during project creation
Edited by Timo Furrer