Terraform MySQL provider – This Terraform provider is archived per our provider archiving process: https://terraform.io/docs/internals/archiving.html
Mozilla Public License 2.0
61
stars
187
forks
source link
Introduce a mysql_role resource for creating MySQL roles #53
Closed
joestump closed 5 years ago
What does this PR change?
mysql_role
resource that maps toCREATE ROLE
. Fixes #46.role
androles
arguments tomysql_grant
to manage permissions on roles and to assign roles to users. Only works with MySQL 8+.Proposed HCL
TODO
mysql_grant
forrole
androles
attributestls_option
doesn't work for MySQL 8.0