Skip to content

Commit cde9b8a

Browse files
Update variables.tf
Co-authored-by: Niek Palm <[email protected]>
1 parent 6af69a5 commit cde9b8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ variable "runner_boot_time_in_minutes" {
5959
}
6060

6161
variable "runner_disable_default_labels" {
62-
description = "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`."
62+
description = "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."
6363
type = bool
6464
default = false
6565
}

0 commit comments

Comments
 (0)