Skip to content

Commit

Permalink
re-add deleted line
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-heery committed Jan 3, 2025
1 parent 061112e commit 9bdf96d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ data "aws_iam_policy_document" "lambda_dlq_policy" {
actions = [
"sqs:SendMessage",
"sqs:GetQueueAttributes",
"sqs:GetQueueUrl"
]
resources = [aws_sqs_queue.lambda_dlq.arn]
}
Expand Down

0 comments on commit 9bdf96d

Please sign in to comment.