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: terraform-aws-github-runner/variables.tf
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,7 @@ variable "environment" {
48
48
}
49
49
50
50
variable"enable_organization_runners" {
51
+
description="If true, makes the same set of runners available to the entire github organization using the scale-config.yml specified in the repo `scale_config_repo`. Otherwise, runners for each repo will be configured based on the scale-config.yml file that repo contains."
0 commit comments