Skip to content

Commit

Permalink
chore: correct type in root module (#3568)
Browse files Browse the repository at this point in the history
  • Loading branch information
npalm committed Oct 26, 2023
1 parent 8350fda commit de863fa
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 @@ -134,7 +134,7 @@ module "webhook" {
arn : aws_sqs_queue.queued_builds.arn
fifo : var.enable_fifo_build_queue
matcherConfig : {
labelMatchers : local.runner_labels
labelMatchers : [local.runner_labels]
exactMatch : var.enable_runner_workflow_job_labels_check_all
}
}
Expand Down

0 comments on commit de863fa

Please sign in to comment.