jdamata / terraform-provider-sonarqube

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

Option to anonymize users on destroy #121

Closed gilfthde closed 1 year ago

gilfthde commented 1 year ago

This adds support for the newly introduced option to anonymize user data when destroying a sonarqube_user resource. This will be helpful if you need to comply with regulations like GDPR in the EU.

I think the best way to enable this with the option to keep the existing behaviour is with a flag in the provider configuration.

jdamata commented 1 year ago

Thanks for your contributions!!