We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 992e1e8 commit 59cf7d1Copy full SHA for 59cf7d1
infrastructure/lambda-search-doc-references.tf
@@ -73,6 +73,7 @@ module "search-document-references-lambda" {
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-document-store.s3_read_policy_document,
77
module.ndr-app-config.app_config_policy
78
]
79
rest_api_id = aws_api_gateway_rest_api.ndr_doc_store_api.id
0 commit comments