Skip to content

Commit

Permalink
UML-3738: add missing action (#3045)
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-whitwell authored Jan 9, 2025
1 parent 724cb5d commit 4b9201f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions terraform/account/kms.tf
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,10 @@ data "aws_iam_policy_document" "event_receiver_kms" {
sid = "Allow Lambda Decrypt"
effect = "Allow"
resources = ["*"]
actions = [
"kms:Decrypt",
"kms:DescribeKey",
]
principals {
type = "AWS"
identifiers = [
Expand Down

0 comments on commit 4b9201f

Please sign in to comment.