Skip to content

Commit

Permalink
Template infra deploy #7978149632
Browse files Browse the repository at this point in the history
  • Loading branch information
nava-platform-bot committed Feb 20, 2024
1 parent 03ab500 commit 60af8e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .template-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
caca51437955f74b5e0f483e6f97ae37b82fd9ae
724206ddd2f96c502da1988f41b5f787b6ad4270
3 changes: 3 additions & 0 deletions infra/modules/storage/access-control.tf
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,12 @@ data "aws_iam_policy_document" "storage_access" {
statement {
actions = [
"s3:DeleteObject",
"s3:DeleteObjectTagging",
"s3:GetObject",
"s3:GetObjectAttributes",
"s3:GetObjectTagging",
"s3:PutObject",
"s3:PutObjectTagging",
]
effect = "Allow"
resources = ["arn:aws:s3:::${var.name}/*"]
Expand Down

0 comments on commit 60af8e0

Please sign in to comment.