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 9d2d20e commit a6858c3Copy full SHA for a6858c3
1 file changed
terraform/data_logger/data.tf
@@ -50,7 +50,8 @@ data "aws_iam_policy_document" "lambda_s3_policy" {
50
actions = [
51
"s3:ListAllMyBuckets", # Allows listing all buckets in the account
52
"s3:GetObject", # Allows reading objects in buckets
53
- "s3:PutObject" # Allows writing objects to buckets
+ "s3:PutObject", # Allows writing objects to buckets
54
+ "s3:ListBucket"
55
]
56
57
resources = [
0 commit comments