Skip to content

Commit 782d71f

Browse files
docs: mark enterprise runner visibility required (#2278)
If the `visibility` property is not specified on the `github_enterprise_actions_runner_group`, an error is thrown. Co-authored-by: Keegan Campbell <[email protected]>
1 parent d3784bd commit 782d71f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/r/enterprise_actions_runner_group.html.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ resource "github_enterprise_actions_runner_group" "example" {
4040
The following arguments are supported:
4141
* `enterprise_slug` - (Required) The slug of the enterprise.
4242
* `name` - (Required) Name of the runner group
43-
* `visibility` - (Optional) Visibility of a runner group to enterprise organizations. Whether the runner group can include `all` or `selected`
43+
* `visibility` - (Required) Visibility of a runner group to enterprise organizations. Whether the runner group can include `all` or `selected`
4444
* `selected_organization_ids` - (Optional) IDs of the organizations which should be added to the runner group
4545
* `allows_public_repositories` - (Optional) Whether public repositories can be added to the runner group. Defaults to false.
4646
* `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.

0 commit comments

Comments
 (0)