Skip to content

Commit 632513c

Browse files
committed
Formatting
1 parent 79687ba commit 632513c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

infrastructure/policies.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ resource "aws_iam_policy" "production_support" {
7777
}
7878
},
7979
{
80-
Sid = "AllowCreateRootFoldersOnlyInProdStagingBulkStore",
81-
Effect = "Allow"
82-
Action = "s3:PutObject"
80+
Sid = "AllowCreateRootFoldersOnlyInProdStagingBulkStore",
81+
Effect = "Allow"
82+
Action = "s3:PutObject"
8383
Resource = "arn:aws:s3:::prod-staging-bulk-store/*"
8484
Condition = {
8585
StringLike = {

0 commit comments

Comments
 (0)