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 ec3e86c commit 1a3b8c6Copy full SHA for 1a3b8c6
infrastructure/moved-resources.tf
@@ -82,3 +82,14 @@ moved {
82
from = module.get-doc-fhir-lambda[0].aws_lambda_permission.lambda_permission[0]
83
to = module.get-doc-fhir-lambda.aws_lambda_permission.lambda_permission[0]
84
}
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
93
+ from = module.post-document-references-fhir-lambda
94
+ to = module.post_document_references_fhir_lambda
95
0 commit comments