Skip to content
This repository has been archived by the owner on Mar 23, 2022. It is now read-only.

Commit

Permalink
firehose with cross account bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioviana-hotmart committed May 19, 2021
1 parent fbee3d4 commit 63b2a37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion waf/policy/submodule/firehose.tf
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ resource "aws_iam_policy" "firehose-role-policy" {
"s3:GetObject",
"s3:ListBucket",
"s3:ListBucketMultipartUploads",
"s3:PutObject"
"s3:PutObject",
"s3:PutObjectAcl"
],
"Resource": [
"${var.logging_bucket_arn}",
Expand Down

0 comments on commit 63b2a37

Please sign in to comment.