diff --git a/sqs.tf b/sqs.tf index 61b0618..7b5df87 100644 --- a/sqs.tf +++ b/sqs.tf @@ -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"] }