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

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 a6c33dd commit df054e8
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 df054e8

Please sign in to comment.