Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Mar 29, 2022
1 parent 87b1950 commit 2cb4dcd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sqs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ data "aws_iam_policy_document" "queue_sqs" {
resources = [aws_sqs_queue.queue[0].arn]

principals {
type = "AWS"
# type = "AWS"
type = "Service"
identifiers = ["sns.amazonaws.com"]
}

Expand Down

0 comments on commit 2cb4dcd

Please sign in to comment.