Skip to content

Commit

Permalink
update kms sid
Browse files Browse the repository at this point in the history
  • Loading branch information
timburke-hackit committed Nov 2, 2023
1 parent 3cf33e8 commit 6bcccfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/rds-snapshot-to-s3/iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ data "aws_iam_policy_document" "rds_snapshot_to_s3_lambda" {
}

statement {
sid = "AllowKMSDecrypt"
sid = "AllowKMSAccess"
actions = [
"kms:Encrypt",
"kms:GenerateDataKey",
Expand Down

0 comments on commit 6bcccfb

Please sign in to comment.