jdamata / terraform-provider-sonarqube

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

sonarqube_qualitygate/sonarqube_qualitygate_condition refactored #163

Closed freeranger closed 1 year ago

freeranger commented 1 year ago

fixes #154

This PR address issues introduced in SonarQube 10 where conditions are automatically created for any new quality gates meaning terraform is unaware of them

jdamata commented 1 year ago

LGTM. After this is merged, can you rebase https://github.com/jdamata/terraform-provider-sonarqube/pull/161 from the master branch. I believe the tests will only pass when it gets the fixes you have put in