Skip to content

Commit

Permalink
Merge pull request petoju#15 from tviaud/fix-docs
Browse files Browse the repository at this point in the history
Updating database and user docs
  • Loading branch information
Joe Stump authored Oct 20, 2018
2 parents 7234a32 + 3f46150 commit e15a8a4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion website/docs/r/database.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,9 @@ configuration and then set the ``default_character_set`` and

## Attributes Reference

No further attributes are exported.
The following attributes are exported:

* `name` - The name of the database.
* `id` - The id of the database.
* `default_character_set` - The default_character_set of the database.
* `default_collation` - The default_collation of the database.
7 changes: 6 additions & 1 deletion website/docs/r/user.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,9 @@ The `auth_plugin` value supports:

## Attributes Reference

No further attributes are exported.
The following attributes are exported:

* `user` - The name of the user.
* `password` - The password of the user.
* `id` - The id of the user created, composed as "username@host".
* `host` - The host where the user was created.

0 comments on commit e15a8a4

Please sign in to comment.