Skip to content

Commit 1a3b8c6

Browse files
committed
Move resources
1 parent ec3e86c commit 1a3b8c6

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

infrastructure/moved-resources.tf

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,14 @@ moved {
8282
from = module.get-doc-fhir-lambda[0].aws_lambda_permission.lambda_permission[0]
8383
to = module.get-doc-fhir-lambda.aws_lambda_permission.lambda_permission[0]
8484
}
85+
86+
#NDR-233
87+
moved {
88+
from = module.search-document-references-fhir-lambda
89+
to = module.search_document_reference_fhir_lambda
90+
}
91+
92+
moved {
93+
from = module.post-document-references-fhir-lambda
94+
to = module.post_document_references_fhir_lambda
95+
}

0 commit comments

Comments
 (0)