Closed Amri91 closed 5 years ago
Thanks for your contribution!
One suggestion - I recommend adding a allow_native_passwords
attribute along with your proposed allow_clear_text_passwords
attribute. This way, the user can declarative define which setting to use and not let the provider handle the logic automagically via the !
you have here https://github.com/terraform-providers/terraform-provider-mysql/pull/105/files#diff-0f2037ea77997937e774265a8ddc0677R111.
You can set a ConflictsWith
on both attributes so neither can be both set to true
.
@davidji99 thanks for your recommendation, I hope the new changes are acceptable.
@davidji99 thanks for your recommendation, I hope the new changes are acceptable.
One little nitpick but looks great.
Fixes #89