Skip to content

Commit 59cf7d1

Browse files
authored
[PRMP-1454] Add S3 read policy for document store (#236)
1 parent 992e1e8 commit 59cf7d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

infrastructure/lambda-search-doc-references.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ module "search-document-references-lambda" {
7373
module.lloyd_george_reference_dynamodb_table.dynamodb_read_policy_document,
7474
module.lloyd_george_reference_dynamodb_table.dynamodb_write_policy_document,
7575
module.ndr-lloyd-george-store.s3_read_policy_document,
76+
module.ndr-document-store.s3_read_policy_document,
7677
module.ndr-app-config.app_config_policy
7778
]
7879
rest_api_id = aws_api_gateway_rest_api.ndr_doc_store_api.id

0 commit comments

Comments
 (0)