hashicorp / terraform-provider-mysql

Terraform MySQL provider – This Terraform provider is archived per our provider archiving process: https://terraform.io/docs/internals/archiving.html
https://www.terraform.io/docs/providers/mysql/
Mozilla Public License 2.0
61 stars 189 forks source link

Hash MySQL passwords #9

Closed apparentlymart closed 7 years ago

apparentlymart commented 7 years ago

This is a migration of @joshuaspence's work from hashicorp/terraform#13614.


Instead of storing MySQL passwords in plaintext, hash them first. This implementation is largely based on hashicorp/terraform#12128.

apparentlymart commented 7 years ago

Hmm I did actually tweak the docs here but apparently that got lost in my effort to migrate this. I'll see if I still have that commit locally somewhere.

apparentlymart commented 7 years ago

Found it! Looks like I pushed the wrong branch. :confounded:

catsby commented 7 years ago

Is this good to merge?

apparentlymart commented 7 years ago

Was holding for review of the docs that I forgot to push on the first pass. If that looks good, then this is ready.