Skip to content

Commit

Permalink
Merge pull request #2 from lablabs/backup-copy-issue
Browse files Browse the repository at this point in the history
Missing kms action
  • Loading branch information
Riqardos authored Mar 6, 2023
2 parents 17874b1 + 1b6d91b commit b8d1ff3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions kms.tf
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ data "aws_iam_policy_document" "kms_source_policy" {
"kms:Decrypt",
"kms:ReEncrypt*",
"kms:GenerateDataKey*",
"kms:DescribeKey"
"kms:DescribeKey",
"kms:CreateGrant"
]

#checkov:skip=CKV_AWS_109
Expand Down Expand Up @@ -109,7 +110,8 @@ data "aws_iam_policy_document" "kms_target_policy" {
"kms:Decrypt",
"kms:ReEncrypt*",
"kms:GenerateDataKey*",
"kms:DescribeKey"
"kms:DescribeKey",
"kms:CreateGrant"
]

#checkov:skip=CKV_AWS_109
Expand Down

0 comments on commit b8d1ff3

Please sign in to comment.