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

Remove sql_log_bin in tests, add Fatals on errors #62

Closed petoju closed 1 year ago

petoju commented 1 year ago

We did not check the errors before, but that makes testing more difficult.

I am also removing sql_log_bin = 0; we don't strictly need it for testing and there is a reason why some DBs (like RDS) don't allow it.