Skip to content

Commit a32b8f6

Browse files
authored
[BE][EZ] Document what the enable_organizations_runner param does (#7053)
This is the only var missing documentation
1 parent 2ed7f84 commit a32b8f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

terraform-aws-github-runner/variables.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ variable "environment" {
4848
}
4949

5050
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."
5152
type = bool
5253
}
5354

0 commit comments

Comments
 (0)