Skip to content

Commit

Permalink
fix: Main module broken after supporting multiple labels (#2802)
Browse files Browse the repository at this point in the history
fix: Main module broken after supporting multiple labels for multi-runnes
  • Loading branch information
npalm committed Dec 28, 2022
1 parent c0d7c12 commit 02d45db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ module "webhook" {
arn : aws_sqs_queue.queued_builds.arn
fifo : var.fifo_build_queue
matcherConfig : {
labelMatchers : split(",", local.runner_labels)
labelMatchers : [split(",", local.runner_labels)]
exactMatch : var.runner_enable_workflow_job_labels_check_all
}
}
Expand Down

0 comments on commit 02d45db

Please sign in to comment.