Skip to content

Commit

Permalink
update policy
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Turrado <[email protected]>
  • Loading branch information
JorTurFer committed Oct 9, 2023
1 parent 9ef35cd commit 0e575c8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion terraform/modules/aws/iam/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,12 @@ resource "aws_iam_policy" "policy" {
{
"Effect": "Allow",
"Action": "sqs:*",
"Resource": "arn:aws:sqs:regular-queue-*:589761922677:*"
"Resource": "arn:aws:sqs:*:589761922677:*",
},
{
"Effect": "Deny",
"Action": "sqs:*",
"Resource": "arn:aws:sqs:asume-role-queue-*:589761922677:*"
},
{
"Effect": "Allow",
Expand Down

0 comments on commit 0e575c8

Please sign in to comment.