Skip to content

Commit

Permalink
Merge pull request #6 from SlavaNL/fix/kmsDecrypt
Browse files Browse the repository at this point in the history
fix: change kinesisDecrypt to kmsDecrypt
  • Loading branch information
fdmsantos authored Dec 4, 2023
2 parents 0269809 + c3c28a0 commit cdcc169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ data "aws_iam_policy_document" "kinesis" {
content {
effect = "Allow"
actions = [
"kinesis:Decrypt"
"kms:Decrypt"
]
resources = [var.kinesis_source_kms_arn]
condition {
Expand Down

0 comments on commit cdcc169

Please sign in to comment.