Skip to content

Commit 333d134

Browse files
Update variables.tf
Co-authored-by: Niek Palm <[email protected]>
1 parent 323a1b5 commit 333d134

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
@@ -61,7 +61,7 @@ variable "runner_boot_time_in_minutes" {
6161
variable "runner_disable_default_labels" {
6262
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`."
6363
type = bool
64-
default = true
64+
default = false
6565
}
6666

6767
variable "runner_extra_labels" {

0 commit comments

Comments
 (0)