Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 1.03 KB

CHANGELOG.md

File metadata and controls

19 lines (10 loc) · 1.03 KB

1.0.0 (Unreleased)

UPGRADE NOTES:

  • This provider is now using a different underlying library to access MySQL (See [GH-16]). This should be a drop-in replacement for all of the functionality exposed by this provider, but just in case it is suggested to test cautiously after upgrading (review plans before applying, etc) in case of any edge-cases in interactions with specific versions of MySQL.

ENHANCEMENTS:

  • mysql_user now has a plaintext_password argument which stores its value in state as an unsalted hash. This deprecates password, which stores its value in the state in cleartext. Since the hash is unsalted, some care is still warranted to secure the state, and a strong password should be used to reduce the chance of a successful brute-force attack on the hash. [GH-9]

BUG FIXES:

  • Fix grant option SQL Statement [GH-12]

0.1.0 (June 21, 2017)

NOTES:

  • Same functionality as that of Terraform 0.9.8. Repacked as part of Provider Splitout