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 467e825 commit 160fd5bCopy full SHA for 160fd5b
terraform/infrastructure/modules/firehose/iam_firehose.tf
@@ -31,7 +31,6 @@ data "aws_iam_policy_document" "firehose" {
31
aws_s3_bucket.firehose.arn,
32
"${aws_s3_bucket.firehose.arn}/*",
33
var.reporting_bucket_arn,
34
- "${var.reporting_bucket_arn}/*",
35
])
36
effect = "Allow"
37
}
0 commit comments