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

Commit 870212c

Browse files
committed
chore: correct type in root module (#3568)
1 parent 89c8575 commit 870212c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ module "webhook" {
134134
arn : aws_sqs_queue.queued_builds.arn
135135
fifo : var.enable_fifo_build_queue
136136
matcherConfig : {
137-
labelMatchers : local.runner_labels
137+
labelMatchers : [local.runner_labels]
138138
exactMatch : var.enable_runner_workflow_job_labels_check_all
139139
}
140140
}

0 commit comments

Comments
 (0)