Skip to content

Commit

Permalink
Remove object lambda permissions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew-Grayson committed Sep 29, 2023
1 parent 0f1a868 commit c99deb5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions infrastructure/splunk.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ resource "aws_iam_role_policy" "splunk_policy" {
Action = [
"s3:Get*",
"s3:List*",
"s3:Describe*",
"s3-object-lambda:Get*",
"s3-object-lambda:List*"
"s3:Describe*"
]
}]
Effect = "Allow",
Expand Down

0 comments on commit c99deb5

Please sign in to comment.