We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6c33dd commit df054e8Copy full SHA for df054e8
main.tf
@@ -135,7 +135,7 @@ module "webhook" {
135
arn : aws_sqs_queue.queued_builds.arn
136
fifo : var.fifo_build_queue
137
matcherConfig : {
138
- labelMatchers : split(",", local.runner_labels)
+ labelMatchers : [split(",", local.runner_labels)]
139
exactMatch : var.runner_enable_workflow_job_labels_check_all
140
}
141
0 commit comments