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

Fix grant import #118

Closed gallois closed 3 months ago

gallois commented 4 months ago

This fixes the issue described in https://github.com/petoju/terraform-provider-mysql/issues/112 where it's not possible to import some grants. In short, it:

It also fixes a typo in the docs that I introduced earlier.

There are a few things worth noting:

gallois commented 3 months ago

Got it. I'm afraid I'm a bit time-constrained right now to be able to implement additional changes, mostly because "it works on my machine"™

I'll close this PR for now and keep following https://github.com/petoju/terraform-provider-mysql/issues/112 to ensure I jump back to upstream when it's fixed.

Thanks a lot for the effort in maintaining it :)