Skip to content

Commit fe16843

Browse files
committed
Fix race conditions
1 parent a5c281e commit fe16843

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

infrastructure/moved-resources.tf

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ moved {
2525
}
2626

2727
#NDR-233
28-
moved {
29-
from = module.search-document-references-fhir-lambda
30-
to = module.search_document_reference_fhir_lambda
31-
}
28+
# moved {
29+
# from = module.search-document-references-fhir-lambda
30+
# to = module.search_document_reference_fhir_lambda
31+
# }
3232

3333
moved {
3434
from = module.search-document-references-fhir-lambda.aws_iam_role.lambda_execution_role
@@ -60,10 +60,10 @@ moved {
6060
to = module.search_document_references_fhir_lambda.aws_lambda_permission.lambda_permission[0]
6161
}
6262

63-
moved {
64-
from = module.post-document-references-fhir-lambda
65-
to = module.post_document_references_fhir_lambda
66-
}
63+
# moved {
64+
# from = module.post-document-references-fhir-lambda
65+
# to = module.post_document_references_fhir_lambda
66+
# }
6767

6868
moved {
6969
from = module.post-document-references-fhir-lambda.aws_iam_role.lambda_execution_role
@@ -95,10 +95,10 @@ moved {
9595
to = module.post_document_references_fhir_lambda.aws_lambda_permission.lambda_permission[0]
9696
}
9797

98-
moved {
99-
from = module.get-doc-fhir-lambda
100-
to = module.get_document_reference_fhir_lambda
101-
}
98+
# moved {
99+
# from = module.get-doc-fhir-lambda
100+
# to = module.get_document_reference_fhir_lambda
101+
# }
102102

103103
moved {
104104
from = module.get-doc-fhir-lambda.aws_iam_role.lambda_execution_role

0 commit comments

Comments
 (0)