Skip to content

Commit

Permalink
docs: mark enterprise runner visibility required (#2278)
Browse files Browse the repository at this point in the history
If the `visibility` property is not specified on the
`github_enterprise_actions_runner_group`, an error is thrown.

Co-authored-by: Keegan Campbell <me@kfcampbell.com>
  • Loading branch information
gustavlasko and kfcampbell committed Jul 8, 2024
1 parent d3784bd commit 782d71f
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 782d71f

Please sign in to comment.