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

Remove role_id from role documentation #415

Merged
merged 1 commit into from
Jan 26, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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