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 e1871cf commit dab5130Copy full SHA for dab5130
infrastructure/lambda-search-document-references-fhir.tf
@@ -37,6 +37,7 @@ module "search-document-references-fhir-lambda" {
37
depends_on = [
38
aws_api_gateway_rest_api.ndr_doc_store_api,
39
module.search-document-references-gateway,
40
- module.ndr-app-config
+ module.ndr-app-config,
41
+ aws_api_gateway_method.get_document_references_fhir
42
]
43
}
0 commit comments