Skip to content

Commit f3da889

Browse files
committed
fix: use static key for runner matcher config (#4792)
1 parent fa5e83c commit f3da889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)