You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/d/organization.html.markdown
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,7 @@ data "github_organization" "example" {
43
43
*`default_repository_permission` - Default permission level members have for organization repositories.
44
44
*`members_allowed_repository_creation_type` - The type of repository allowed to be created by members of the organization. Can be one of `ALL`, `PUBLIC`, `PRIVATE`, `NONE`.
45
45
*`members_can_create_repositories` - Whether non-admin organization members can create repositories.
46
+
*`members_can_change_repo_visibility` - Whether organization members can change the visibility of repositories.
46
47
*`members_can_create_internal_repositories` - Whether organization members can create internal repositories.
47
48
*`members_can_create_private_repositories` - Whether organization members can create private repositories.
48
49
*`members_can_create_public_repositories` - Whether organization members can create public repositories.
Copy file name to clipboardExpand all lines: website/docs/r/organization_settings.html.markdown
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,7 @@ The following arguments are supported:
58
58
*`has_repository_projects` - (Optional) Whether or not repository projects are enabled for the organization.
59
59
*`default_repository_permission` - (Optional) The default permission for organization members to create new repositories. Can be one of `read`, `write`, `admin`, or `none`. Defaults to `read`.
60
60
*`members_can_create_repositories` - (Optional) Whether or not organization members can create new repositories. Defaults to `true`.
61
+
*`members_can_change_repo_visibility` - (Optional) Whether or not organization members can change the visibility of repositories. Defaults to `true`.
61
62
*`members_can_create_public_repositories` - (Optional) Whether or not organization members can create new public repositories. Defaults to `true`.
62
63
*`members_can_create_private_repositories` - (Optional) Whether or not organization members can create new private repositories. Defaults to `true`.
63
64
*`members_can_create_internal_repositories` - (Optional) Whether or not organization members can create new internal repositories. For Enterprise Organizations only.
0 commit comments