Skip to content

Commit d77fa95

Browse files
Update modules/multi-runner/variables.tf
Co-authored-by: Niek Palm <[email protected]>
1 parent cde9b8a commit d77fa95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/multi-runner/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ variable "multi_runner_config" {
165165
runner_additional_security_group_ids: "List of additional security groups IDs to apply to the runner. If added outside the multi_runner_config block, the additional security group(s) will be applied to all runner configs. If added inside the multi_runner_config, the additional security group(s) will be applied to the individual runner."
166166
runner_as_root: "Run the action runner under the root user. Variable `runner_run_as` will be ignored."
167167
runner_boot_time_in_minutes: "The minimum time for an EC2 runner to boot and register as a runner."
168-
runner_disable_default_labels: "Disable default labels for the runners (os, architecture and `self-hosted`). If enabled, the runner will only have the extra labels provided in `runner_extra_labels`."
168+
runner_disable_default_labels: "Disable default labels for the runners (os, architecture and `self-hosted`). If enabled, the runner will only have the extra labels provided in `runner_extra_labels`. In case you on own start script is used, this configuration parameter needs to be parsed via SSM. For Windows no support yet."
169169
runner_extra_labels: "Extra (custom) labels for the runners (GitHub). Separate each label by a comma. Labels checks on the webhook can be enforced by setting `multi_runner_config.matcherConfig.exactMatch`. GitHub read-only labels should not be provided."
170170
runner_group_name: "Name of the runner group."
171171
runner_name_prefix: "Prefix for the GitHub runner name."

0 commit comments

Comments
 (0)