» mysql_role
The mysql_role
resource creates and manages a user on a MySQL
server.
Note: MySQL introduced roles in version 8. They do not work on MySQL 5 and lower.
» Example Usage
resource "mysql_role" "developer" {
name = "developer"
}
» Argument Reference
The following arguments are supported:
-
name
- (Required) The name of the role.
» Attributes Reference
No further attributes are exported.