We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79687ba commit 632513cCopy full SHA for 632513c
infrastructure/policies.tf
@@ -77,9 +77,9 @@ resource "aws_iam_policy" "production_support" {
77
}
78
},
79
{
80
- Sid = "AllowCreateRootFoldersOnlyInProdStagingBulkStore",
81
- Effect = "Allow"
82
- Action = "s3:PutObject"
+ Sid = "AllowCreateRootFoldersOnlyInProdStagingBulkStore",
+ Effect = "Allow"
+ Action = "s3:PutObject"
83
Resource = "arn:aws:s3:::prod-staging-bulk-store/*"
84
Condition = {
85
StringLike = {
0 commit comments