Skip to content

Commit

Permalink
Removed deprecated IAM Policy for S3 (#8)
Browse files Browse the repository at this point in the history
Co-authored-by: Meraj Kashi <[email protected]>
  • Loading branch information
meraj-kashi and Meraj Kashi authored Oct 29, 2024
1 parent 918f2f7 commit f363f99
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ data "aws_iam_policy_document" "s3_read_allow" {
sid = "S3Read"
effect = "Allow"
actions = [
"s3:ListObjects",
"s3:ListBucket",
"S3:GetObject"
]
Expand Down

0 comments on commit f363f99

Please sign in to comment.