Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit df054e8

Browse files
committed
fix: Main module broken after supporting multiple labels (#2802)
fix: Main module broken after supporting multiple labels for multi-runnes
1 parent a6c33dd commit df054e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

+1-1
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)