Skip to content

Commit

Permalink
Merge pull request #46 from draios/fix/jojo/correctly-set-actions-in-…
Browse files Browse the repository at this point in the history
…bucket-access-policy

Correctly set actions in bucket access policy
  • Loading branch information
nkraemer-sysdig authored Nov 2, 2023
2 parents 7340324 + cb2866c commit 5f7958e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/services/cloud-logs/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ data "aws_iam_policy_document" "cloudlogs_s3_access" {
]

resources = [
"${var.bucket_arn}/AWSLogs/${var.account_id}",
"${var.bucket_arn}/AWSLogs/${var.account_id}/*"
"${var.bucket_arn}",
"${var.bucket_arn}/*"
]
}
}

0 comments on commit 5f7958e

Please sign in to comment.