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

[Feature] Data source : Databases #153

Open Dr-Shadow opened 1 month ago

Dr-Shadow commented 1 month ago

Hello

Would it be possible to add a data source : mysql_databases which would allow us to get the list of the databases on a MySQL Server ?

Thanks for consideration

petoju commented 4 weeks ago

Hi @Dr-Shadow , thanks for your suggestion.

While I don't plan implementing it right now, any pull request is welcome.

hfm commented 1 day ago

I implemented it by https://github.com/petoju/terraform-provider-mysql/pull/160