Terraform module to manage Action Runner Groups in GitHub organization
| Name | Version |
|---|---|
| github | ~> 6.2 |
| Name | Version |
|---|---|
| terraform | >= 1.3 |
| github | ~> 6.2 |
The following input variables are required:
Description: Action Runner group name
Type: string
The following input variables are optional (have default values):
Description: Visibility of a runner group. Whether the runner group can include all or selected repositories.
Type: string
Default: "selected"
Description: List of names of repositories which will be granted access to.
Type: set(string)
Default: []
Description: Whether public repositories can be added to the runner group.
Type: bool
Default: false
Description: If true, the runner group will be restricted to running only the workflows specified in the selected_workflows array.
Type: bool
Default: false
Description: List of workflows the runner group should be allowed to run. This setting will be ignored unless restricted_to_workflows is set to true.
Type: list(string)
Default: []
| Name | Description |
|---|---|
| group | Created action runner group |
Copyright (c) 2024 Flaconi GmbH