Skip to content

Commit

Permalink
Merge pull request #26 from ministryofjustice/dlq-redrive-permissions
Browse files Browse the repository at this point in the history
Add new DLQ Redrive permissions to SQS policy
  • Loading branch information
sj-williams authored Aug 24, 2023
2 parents ac91653 + f6378ae commit ad395b9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion sqs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,14 @@ data "aws_iam_policy_document" "sqs_for_github" {
sid = "AllowSQSSendRecvOwn"
effect = "Allow"
actions = [
"sqs:CancelMessageMoveTask",
"sqs:ChangeMessageVisibility",
"sqs:DeleteMessage",
"sqs:ListMessageMoveTasks",
"sqs:ReceiveMessage",
"sqs:SendMessage",
"sqs:PurgeQueue",
"sqs:StartMessageMoveTask",
"sqs:PurgeQueue"
]
resources = ["*"]
condition {
Expand Down

0 comments on commit ad395b9

Please sign in to comment.