Skip to content

Commit 26fd3bf

Browse files
adjust search lambda dependencies
1 parent 52a4ae5 commit 26fd3bf

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

infrastructure/lambda-search-document-reference-history.tf

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,8 @@ module "search_document_reference_history_lambda" {
1919
api_execution_arn = aws_api_gateway_rest_api.ndr_doc_store_api.execution_arn
2020

2121
depends_on = [
22+
aws_api_gateway_rest_api.ndr_doc_store_api,
2223
module.document_reference_history_gateway,
23-
module.document_reference_dynamodb_table,
24-
module.lloyd_george_reference_dynamodb_table,
25-
module.ndr-lloyd-george-store,
26-
module.ndr-document-store,
27-
module.ndr-app-config,
28-
aws_iam_policy.ssm_access_policy
2924
]
3025
}
3126

0 commit comments

Comments
 (0)