Skip to content

Commit

Permalink
CC-2812: Updated aws_iam_policy_document.laa_oem_shared_s3
Browse files Browse the repository at this point in the history
  • Loading branch information
mmgovuk committed Sep 12, 2024
1 parent 7d8e24c commit f420218
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions terraform/environments/laa-oem/oem_iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,12 @@ data "aws_iam_policy_document" "laa_oem_shared_s3" {
statement {
effect = "Allow"
actions = [
"s3:CopyObject",
"s3:DeleteObject",
"s3:DeleteObjects",
"s3:GetObject",
"s3:ListObjects",
"s3:ListObjectsV2",
"s3:ListBucket",
"s3:PutObject"
]
Expand Down

0 comments on commit f420218

Please sign in to comment.