From 7db7a1fb8875632c6b4af55b2025a78f408708c4 Mon Sep 17 00:00:00 2001 From: "Gustav F. Lasko" Date: Fri, 31 May 2024 11:20:04 +0000 Subject: [PATCH] docs: mark enterprise runner visibility required If the `visibility` property is not specified on the `github_enterprise_actions_runner_group`, an error is thrown. --- website/docs/r/enterprise_actions_runner_group.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/enterprise_actions_runner_group.html.markdown b/website/docs/r/enterprise_actions_runner_group.html.markdown index a4627a85c..202bb74d0 100644 --- a/website/docs/r/enterprise_actions_runner_group.html.markdown +++ b/website/docs/r/enterprise_actions_runner_group.html.markdown @@ -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.