we want to manage our sql-users with terraform. But we have several users, where we need to require ssl-connections. MySQL supports tls_options for the GRANT-statement and the CREATE USER-Statement.
More details here:
https://dev.mysql.com/doc/refman/5.7/en/create-user.html#create-user-tls
Hi together,
we want to manage our sql-users with terraform. But we have several users, where we need to require ssl-connections. MySQL supports tls_options for the GRANT-statement and the CREATE USER-Statement. More details here: https://dev.mysql.com/doc/refman/5.7/en/create-user.html#create-user-tls
Affected Resource(s)
Suggestion for hcl-syntax
Expected Behavior
If we have this option in the hcl, the plugin should append the "REQUIRE" to the SQL-Statement.