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

Explicitly skip tls_option=none for grants #33

Closed petoju closed 1 year ago

petoju commented 1 year ago

That removes SSL requirements from the user, so let's be careful about that. As none is the default, we'll skip it here.