Skip to content

Commit

Permalink
Okay don't let it delete everything
Browse files Browse the repository at this point in the history
  • Loading branch information
beggers committed Mar 4, 2024
1 parent d3df032 commit 6dbfea4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions terraform/iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ data "aws_iam_policy_document" "website_policy" {
]
}
actions = [
"s3:GetObject",
"s3:ListBucket"
"s3:Get*",
"s3:List*",
"s3:Put*",
"s3:DeleteObject"
]
effect = "Allow"
resources = [
Expand Down

0 comments on commit 6dbfea4

Please sign in to comment.