Skip to content

Commit

Permalink
added additional resource to smolvault-policy
Browse files Browse the repository at this point in the history
  • Loading branch information
fullerzz committed Sep 27, 2024
1 parent 10556a3 commit 5d12bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ data "aws_iam_policy_document" "smolvault-policy" {
statement {
effect = "Allow"
actions = ["s3:*"]
resources = [aws_s3_bucket.smolvault.arn]
resources = [aws_s3_bucket.smolvault.arn, "${aws_s3_bucket.smolvault.arn}/*"]
}
statement {
effect = "Allow"
Expand Down

0 comments on commit 5d12bad

Please sign in to comment.