Support mysql_grant table by dozen · Pull Request #39 · hashicorp/terraform-provider-mysql
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 ...