jdamata / terraform-provider-sonarqube

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

make it possible to update project key without the sonarqube_project being destroyed #190

Closed felixlut closed 1 year ago

felixlut commented 1 year ago

This will allow changing the keyof a project (changing the name is still only possible via weird ways).

Since I wanted to test that the update was infact in-place, I also migrated the testing code over to terraform-plugin-testing, since that was the only way to use plancheck.ResourceActionUpdate in my test. I followed these instructions (not sure if this has any weird implications I might overlook, let me know if thats the case)