Skip to content

Commit 9b71852

Browse files
committed
fix: use static key for runner matcher config (#4901)
1 parent fa5e83c commit 9b71852

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ module "webhook" {
108108
eventbridge = var.eventbridge
109109

110110
runner_matcher_config = {
111-
(aws_sqs_queue.queued_builds.id) = {
111+
"default" = {
112112
id : aws_sqs_queue.queued_builds.id
113113
arn : aws_sqs_queue.queued_builds.arn
114114
matcherConfig : {

0 commit comments

Comments
 (0)