Skip to content

Commit

Permalink
Merge pull request #1661 from ministryofjustice/MLPAB-2613-fix-er-sqs…
Browse files Browse the repository at this point in the history
…-cmk

associate correct policy
  • Loading branch information
andrewpearce-digital authored Dec 4, 2024
2 parents 9eddc9d + 55633d7 commit 9824fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/account/kms_key_event_recieved_sqs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module "event_received_sqs_kms" {
data "aws_iam_policy_document" "event_received_sqs_kms_merged" {
provider = aws.global
source_policy_documents = [
data.aws_iam_policy_document.sqs_kms.json,
data.aws_iam_policy_document.event_received_sqs_kms.json,
data.aws_iam_policy_document.event_received_sqs_kms_development_account_operator_admin.json
]
}
Expand Down

0 comments on commit 9824fcc

Please sign in to comment.