jdamata / terraform-provider-sonarqube

Terraform provider for managing Sonarqube configuration
GNU General Public License v3.0
62 stars 54 forks source link

Support GitLab ALM APIs #117

Closed jwilliams-fn closed 1 year ago

jwilliams-fn commented 1 year ago

SonarQube supports multiple DevOps integrations (e.g.: GitHub, GitLab, Azure, etc). Configuring these integrations through terraform would be incredibly useful.

These integrations require a SonarQube developer edition or higher installation.

ViktorLindgren95 commented 1 year ago

This would be a godsent we are currently modifying both project branches and ALM settings via http terraform provider and its very much dirty

jwilliams-fn commented 1 year ago

I would not mark this issue as complete. There are many more ALM APIs to implement. The ones for my specific use case are also still unimplemented:

jdamata commented 1 year ago

Can you update the title on this issue to be specific to the alm api that you are needing (gitlab). We should probably have different issues for each type of alm that needs implementation.

jdamata commented 1 year ago

https://github.com/jdamata/terraform-provider-sonarqube/pull/126