Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

Commit

Permalink
Remove role_id from role documentation
Browse files Browse the repository at this point in the history
See #202
  • Loading branch information
nikolap authored and sergiught committed Jan 26, 2022
1 parent 97a1133 commit 9bd768c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/resources/role.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ resource "auth0_role" "my_role" {

Arguments accepted by this resource include:

* `id` - (Optional) String. ID for this role.
* `name` - (Required) String. Name for this role.
* `description` - (Optional) String. Description of the role.
* `user_ids` - (Optional) List(String). IDs of the users to which the role is assigned.
Expand Down

0 comments on commit 9bd768c

Please sign in to comment.