petoju / terraform-provider-mysql

Terraform MySQL provider – unofficial fork
https://registry.terraform.io/providers/petoju/mysql
Mozilla Public License 2.0
63 stars 40 forks source link

Incorrect grant parsing fix #88

Closed petoju closed 10 months ago

petoju commented 10 months ago

Refactoring caused us to handle some cases of procedure/function grants incorrectly. This PR is a quick fix to that.