Skip to content

Commit 1972c70

Browse files
committed
[NRL-663] Add s3 perm bucket read perms for upsert lambda
1 parent 8de25d3 commit 1972c70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

terraform/infrastructure/s3__permission_store.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ data "aws_iam_policy_document" "allow-authorizer-lambda-to-read" {
5454
"arn:aws:iam::${var.assume_account}:role/${module.producer__searchDocumentReference.lambda_role_name}",
5555
"arn:aws:iam::${var.assume_account}:role/${module.producer__searchPostDocumentReference.lambda_role_name}",
5656
"arn:aws:iam::${var.assume_account}:role/${module.producer__updateDocumentReference.lambda_role_name}",
57+
"arn:aws:iam::${var.assume_account}:role/${module.producer__upsertDocumentReference.lambda_role_name}",
5758
]
5859
}
5960

0 commit comments

Comments
 (0)