Skip to content

Commit

Permalink
associate correct policy
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewpearce-digital committed Dec 3, 2024
1 parent 9eddc9d commit 55633d7
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 55633d7

Please sign in to comment.