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

Support mysql_grant table #39

Closed dozen closed 6 years ago

dozen commented 6 years ago

The current mysql_grant will always give permissions to all tables. But I want to grant privileges on certain tables in the database.

So add a table argument so you can specify the table. If table argument is not set, it is the same mydb.* as before, so backwards compatibility is maintained.

dozen commented 6 years ago

Thanks!