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 9bea46c commit 346deabCopy full SHA for 346deab
infrastructure/terraform/components/api/module_lambda_get_status.tf
@@ -71,8 +71,8 @@ data "aws_iam_policy_document" "get_status_lambda" {
71
72
73
statement {
74
- sid = "S3ListBuckets"
75
- actions = ["s3:ListBuckets"]
+ sid = "S3ListAllMyBuckets"
+ actions = ["s3:ListAllMyBuckets"]
76
resources = ["${module.s3bucket_test_letters.arn}/*"]
77
}
78
0 commit comments