Skip to content

Commit 5906f2f

Browse files
committed
[PRMP-388] removing put object s3 permish
1 parent 318b884 commit 5906f2f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

infrastructure/step-function-migration-dynmodb.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ data "aws_iam_policy_document" "sfn_permissions" {
4444
statement {
4545
effect = "Allow"
4646
actions = [
47-
"s3:GetObject",
48-
"s3:PutObject"
47+
"s3:GetObject"
4948
]
5049
resources = [
5150
"arn:aws:s3:::${terraform.workspace}-${var.migration_dynamodb_segment_store_bucket_name}/*"

0 commit comments

Comments
 (0)