Skip to content

Commit 19c9d2e

Browse files
fix: use a static key in runner_matcher_config
1 parent fa5e83c commit 19c9d2e

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+
"${var.prefix}-queued-builds" = {
112112
id : aws_sqs_queue.queued_builds.id
113113
arn : aws_sqs_queue.queued_builds.arn
114114
matcherConfig : {

0 commit comments

Comments
 (0)