Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: mark enterprise runner visibility required #2278

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
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ resource "github_enterprise_actions_runner_group" "example" {
The following arguments are supported:
* `enterprise_slug` - (Required) The slug of the enterprise.
* `name` - (Required) Name of the runner group
* `visibility` - (Optional) Visibility of a runner group to enterprise organizations. Whether the runner group can include `all` or `selected`
* `visibility` - (Required) Visibility of a runner group to enterprise organizations. Whether the runner group can include `all` or `selected`
* `selected_organization_ids` - (Optional) IDs of the organizations which should be added to the runner group
* `allows_public_repositories` - (Optional) Whether public repositories can be added to the runner group. Defaults to false.
* `restricted_to_workflows` - (Optional) If true, the runner group will be restricted to running only the workflows specified in the selected_workflows array. Defaults to false.
Expand Down
Loading