We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52a4ae5 commit 26fd3bfCopy full SHA for 26fd3bf
infrastructure/lambda-search-document-reference-history.tf
@@ -19,13 +19,8 @@ module "search_document_reference_history_lambda" {
19
api_execution_arn = aws_api_gateway_rest_api.ndr_doc_store_api.execution_arn
20
21
depends_on = [
22
+ aws_api_gateway_rest_api.ndr_doc_store_api,
23
module.document_reference_history_gateway,
- 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
29
]
30
}
31
0 commit comments