Skip to content

Commit 69b14b7

Browse files
CCM-12858: more restrictive rule
1 parent fab6b89 commit 69b14b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infrastructure/terraform/components/dl/module_sqs_core_notifier.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ data "aws_iam_policy_document" "sqs_inbound_event" {
3838
condition {
3939
test = "ArnLike"
4040
variable = "aws:SourceArn"
41-
values = ["arn:aws:events:${var.region}:${var.aws_account_id}:rule/${local.csi}/*"]
41+
values = [ aws_cloudwatch_event_rule.pdm_resource_available.arn ]
4242
}
4343
}
4444
}

0 commit comments

Comments
 (0)