Skip to content

Commit b60a022

Browse files
authored
fix: Main module broken after supporting multiple labels (#2802)
fix: Main module broken after supporting multiple labels for multi-runnes
1 parent 1235c79 commit b60a022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ module "webhook" {
135135
arn : aws_sqs_queue.queued_builds.arn
136136
fifo : var.fifo_build_queue
137137
matcherConfig : {
138-
labelMatchers : split(",", local.runner_labels)
138+
labelMatchers : [split(",", local.runner_labels)]
139139
exactMatch : var.runner_enable_workflow_job_labels_check_all
140140
}
141141
}

0 commit comments

Comments
 (0)