petoju / terraform-provider-mysql

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

Provide a way to import user/host/database/table grant in one go #11

Closed petoju closed 2 years ago

petoju commented 2 years ago

It wasn't implemented correctly and import needed more runs of apply before it worked correctly in some cases.

We should eventually write tests and documentation for this...