Skip to content

Commit a9c3aa3

Browse files
committed
CCM-13768: restrict access to the queue
1 parent 30a7612 commit a9c3aa3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infrastructure/terraform/components/dl/module_sqs_print_analyser.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ data "aws_iam_policy_document" "sqs_print_analyser" {
3636
condition {
3737
test = "ArnEquals"
3838
variable = "aws:SourceArn"
39-
values = [aws_cloudwatch_event_bus.main.arn]
39+
values = [aws_cloudwatch_event_rule.file_safe.arn]
4040
}
4141
}
4242
}

0 commit comments

Comments
 (0)