Skip to content

Commit 0f4e513

Browse files
authored
Fix incorrect description of valid access levels (#342)
This minor change corrects a mistake showing `master` as a valid level of `group_access_level`.
1 parent fe717df commit 0f4e513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/r/project.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ The following arguments are supported:
7575
* `shared_with_groups` - (Optional) Enable sharing the project with a list of groups (maps).
7676
* `group_id` - (Required) Group id of the group you want to share the project with.
7777
* `group_access_level` - (Required) Group's sharing permissions. See [group members permission][group_members_permissions] for more info.
78-
Valid values are `guest`, `reporter`, `developer`, `master`.
78+
Valid values are `guest`, `reporter`, `developer`, `maintainer`.
7979

8080
* `archived` - (Optional) Whether the project is in read-only mode (archived). Repositories can be archived/unarchived by toggling this parameter.
8181

0 commit comments

Comments
 (0)