jdamata / terraform-provider-sonarqube

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

Don't re-use the same config #145

Closed felixlut closed 1 year ago

felixlut commented 1 year ago

There is a possible leak between the different update calls if both name/description and selection_mode/... change at the same time

Waiting for #144