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

New resource: mysql_global_variable #14

Closed borissavelev closed 2 years ago

borissavelev commented 2 years ago

To have state for MySQL global configuration with IaC I'd like to introduce new resource: mysql_global_variable

borissavelev commented 2 years ago

Ah, good point about persistence. I'm using this with tidb and all global variables are persistent there by default.

For mysql 8 there is an option to use persistent keyword but I need to test it.

Thank you! Fixes and tests are coming soon)

petoju commented 2 years ago

Thanks for improving it and tests.

Merged.