petoju / terraform-provider-mysql

Terraform MySQL provider – unofficial fork
https://registry.terraform.io/providers/petoju/mysql
Mozilla Public License 2.0
63 stars 40 forks source link

feat: add retain old password support #90

Closed Kiliandeca closed 9 months ago

Kiliandeca commented 9 months ago

Hello :wave:, this PR introduce the possibility of retaining the old password when the password change as described in https://github.com/petoju/terraform-provider-mysql/issues/17.

I would like to add a test but I'm not very fluent in Go and unless I'm mistaken there are currently no test that check if the user password works from which I could copy/inspire. Any feedback or advice is very welcome :pray:

Kiliandeca commented 9 months ago

Thanks for your quick review and guidance on how to implement the tests. Let me know if there are still things you want me to improve.

petoju commented 9 months ago

Released in v3.0.42