We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38a5c00 commit 85f73cbCopy full SHA for 85f73cb
modules/infrastructure/cloudtrail-subscription-sqs/main.tf
@@ -12,9 +12,6 @@ resource "aws_sns_topic_subscription" "this" {
12
resource "aws_sqs_queue_policy" "this" {
13
queue_url = aws_sqs_queue.this.url
14
policy = data.aws_iam_policy_document.this.json
15
-
16
- # required to avoid error reading SQS Queue Policy; empty result
17
- depends_on = [aws_sqs_queue.this]
18
}
19
20
data "aws_iam_policy_document" "this" {
0 commit comments