Skip to content

Commit

Permalink
fixup iam permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
STollenaar committed Sep 24, 2023
1 parent 068da73 commit 6ea47da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/data.tf
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ data "aws_iam_policy_document" "sqs_role_policy_document" {
sid = "SQSSendMessage"
effect = "Allow"
actions = [
"sqs:DeleteMessage",
"sqs:ReceiveMessage",
"sqs:SendMessage",
]
Expand Down

0 comments on commit 6ea47da

Please sign in to comment.