We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe1bc97 commit 779f240Copy full SHA for 779f240
infrastructure/lambda-search-doc-references.tf
@@ -72,6 +72,7 @@ module "search-document-references-lambda" {
72
module.document_reference_dynamodb_table.dynamodb_write_policy_document,
73
module.lloyd_george_reference_dynamodb_table.dynamodb_read_policy_document,
74
module.lloyd_george_reference_dynamodb_table.dynamodb_write_policy_document,
75
+ module.ndr-lloyd-george-store.s3_read_policy_document,
76
module.ndr-app-config.app_config_policy
77
]
78
rest_api_id = aws_api_gateway_rest_api.ndr_doc_store_api.id
0 commit comments