File tree 1 file changed +3
-0
lines changed
node/terraform/modules/functions-node
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -104,6 +104,7 @@ data "aws_iam_policy_document" "deploy" {
104
104
actions = [
105
105
" s3:CreateBucket" ,
106
106
" s3:GetBucketObjectLockConfiguration" ,
107
+ " s3:GetBucketAcl" ,
107
108
" s3:PutBucketAcl" ,
108
109
" s3:GetBucketWebsite" ,
109
110
" s3:GetReplicationConfiguration" ,
@@ -287,6 +288,7 @@ data "aws_iam_policy_document" "destroy" {
287
288
" s3:GetBucketLocation" ,
288
289
" s3:GetBucketLogging" ,
289
290
" s3:GetBucketObjectLockConfiguration" ,
291
+ " s3:GetBucketAcl" ,
290
292
" s3:GetBucketPolicy" ,
291
293
" s3:GetBucketRequestPayment" ,
292
294
" s3:GetBucketTagging" ,
@@ -295,6 +297,7 @@ data "aws_iam_policy_document" "destroy" {
295
297
" s3:GetEncryptionConfiguration" ,
296
298
" s3:GetLifecycleConfiguration" ,
297
299
" s3:GetReplicationConfiguration" ,
300
+ " s3:DeleteBucketWebsite" ,
298
301
]
299
302
resources = [
300
303
" arn:aws:s3:::*-${ var . suffix } /*" ,
You can’t perform that action at this time.
0 commit comments