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 89c8575 commit 870212cCopy full SHA for 870212c
main.tf
@@ -134,7 +134,7 @@ module "webhook" {
134
arn : aws_sqs_queue.queued_builds.arn
135
fifo : var.enable_fifo_build_queue
136
matcherConfig : {
137
- labelMatchers : local.runner_labels
+ labelMatchers : [local.runner_labels]
138
exactMatch : var.enable_runner_workflow_job_labels_check_all
139
}
140
0 commit comments