8623803dd7
* provider/mysql: User Resource This commit introduces a mysql_user resource. It includes basic functionality of adding a user@host along with a password. * provider/mysql: Grant Resource This commit introduces a mysql_grant resource. It can grant a set of privileges to a user against a whole database. * provider/mysql: Adding documentation for user and grant resources |
||
---|---|---|
.. | ||
provider.go | ||
provider_test.go | ||
resource_database.go | ||
resource_database_test.go | ||
resource_grant.go | ||
resource_grant_test.go | ||
resource_user.go | ||
resource_user_test.go |