Skip to content

Commit 779f240

Browse files
authored
PRMP-1292 grant seach document references lambda s3 lg bucket read permissions (#225)
1 parent fe1bc97 commit 779f240

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
@@ -72,6 +72,7 @@ module "search-document-references-lambda" {
7272
module.document_reference_dynamodb_table.dynamodb_write_policy_document,
7373
module.lloyd_george_reference_dynamodb_table.dynamodb_read_policy_document,
7474
module.lloyd_george_reference_dynamodb_table.dynamodb_write_policy_document,
75+
module.ndr-lloyd-george-store.s3_read_policy_document,
7576
module.ndr-app-config.app_config_policy
7677
]
7778
rest_api_id = aws_api_gateway_rest_api.ndr_doc_store_api.id

0 commit comments

Comments
 (0)