Skip to content

Commit dab5130

Browse files
committed
[NDR-97] add depends on
1 parent e1871cf commit dab5130

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

infrastructure/lambda-search-document-references-fhir.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ module "search-document-references-fhir-lambda" {
3737
depends_on = [
3838
aws_api_gateway_rest_api.ndr_doc_store_api,
3939
module.search-document-references-gateway,
40-
module.ndr-app-config
40+
module.ndr-app-config,
41+
aws_api_gateway_method.get_document_references_fhir
4142
]
4243
}

0 commit comments

Comments
 (0)