Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Commit

Permalink
fix: Correção na policy do SQS
Browse files Browse the repository at this point in the history
  • Loading branch information
dannevesdantas committed Jun 26, 2024
1 parent f2989a9 commit b2e4b1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,8 @@ resource "aws_iam_policy" "policy_sqs" {
Effect = "Allow"
Action = [
"SQS:SendMessage",
"SQS:ReceiveMessage"
"SQS:ReceiveMessage",
"sqs:DeleteMessage"
]
Resource = [
module.fila-nova-cobranca.queue_arn,
Expand Down

0 comments on commit b2e4b1d

Please sign in to comment.