Skip to content

Commit eafdcea

Browse files
[PRMP-586] add new lambdas to depends on block
1 parent fb5074a commit eafdcea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

infrastructure/api.tf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ resource "aws_api_gateway_deployment" "ndr_api_deploy" {
5656
module.feature-flags-lambda,
5757
module.fhir_document_reference_gateway,
5858
module.get-doc-fhir-lambda,
59+
module.get_document_review_lambda,
5960
module.get-report-by-ods-gateway,
6061
module.get-report-by-ods-lambda,
6162
module.lloyd-george-stitch-gateway,
@@ -64,6 +65,7 @@ resource "aws_api_gateway_deployment" "ndr_api_deploy" {
6465
module.logout_lambda,
6566
module.search-document-references-gateway,
6667
module.search-document-references-lambda,
68+
module.search_document_review_lambda,
6769
module.search-patient-details-gateway,
6870
module.search-patient-details-lambda,
6971
module.send-feedback-gateway,
@@ -73,6 +75,7 @@ resource "aws_api_gateway_deployment" "ndr_api_deploy" {
7375
module.document-status-check-gateway,
7476
module.document-status-check-lambda,
7577
module.post-document-references-fhir-lambda,
78+
module.put_document_review_lambda,
7679
module.virus_scan_result_gateway,
7780
module.virus_scan_result_lambda
7881
]

0 commit comments

Comments
 (0)