You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 12, 2021. It is now read-only.
Since MariaDB supports roles from version 10.0.5 onwards, the requested roles and grants should be created.
Actual Behavior
Error: Roles are only supported on MySQL 8 and above
on main.tf line 40, in resource "mysql_grant" "developer_priviliges":
40: resource "mysql_grant" "developer_priviliges" {
Steps to Reproduce
Point the given config to a MariaDB instance that supports roles (version >= 10.0.5)
Terraform Version
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
Since MariaDB supports roles from version 10.0.5 onwards, the requested roles and grants should be created.
Actual Behavior
Steps to Reproduce
terraform apply
References
The text was updated successfully, but these errors were encountered: