jdamata / terraform-provider-sonarqube

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

Resource to manage quality gate permissions #127

Closed gilfthde closed 1 year ago

gilfthde commented 1 year ago

This adds a sonarqube_qualitygate_permission` resource to manage edit permissions on quality gates. This is available since SonarQube 9.2 and I've added a check that the target instance is supported. I can contribute the same for quality profiles if this gets accepted.

gilfthde commented 1 year ago

Ups, did not see #122 before submitting my PR. Sorry for that. So now we have two PRs for the same feature. What to do?

gilfthde commented 1 year ago

Withdrawn in favor of #122.