Skip to content

Commit

Permalink
feat(iam): add list bucket permission
Browse files Browse the repository at this point in the history
  • Loading branch information
Ric Featherstone authored and 06kellyjac committed Dec 21, 2023
1 parent e9c18b6 commit b791463
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/aws-iam-permissions.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ Role ARN from the output.
"s3:CreateBucket",
"s3:DeleteObject",
"s3:GetObject",
"s3:ListBucket",
"s3:PutObject"
],
"Effect": "Allow",
Expand Down
1 change: 1 addition & 0 deletions terraform/workspaces/simulator-iam/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ data "aws_iam_policy_document" "simulator" {
"s3:CreateBucket",
"s3:DeleteObject",
"s3:GetObject",
"s3:ListBucket",
"s3:PutObject",
]
resources = [
Expand Down

0 comments on commit b791463

Please sign in to comment.