Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenmsachs committed Oct 18, 2024
1 parent f6c2454 commit 1b11b55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/spack_aws_k8s/bootstrap_s3.tf
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ resource "aws_s3_bucket_policy" "bootstrap" {
"s3:CopyObject*",
"s3:DeleteObject*",
"s3:GetObject*",
"s3:ListBucket*"
"s3:ListBucket*",
"s3:ListObjects*",
"s3:PutObject*"
],
Expand Down

0 comments on commit 1b11b55

Please sign in to comment.