We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 81e36bc + a6858c3 commit 98f7844Copy full SHA for 98f7844
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