File tree Expand file tree Collapse file tree 2 files changed +0
-18
lines changed
Expand file tree Collapse file tree 2 files changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -166,9 +166,6 @@ data "aws_iam_policy_document" "merged_policy" {
166166resource "aws_iam_policy" "combined_policies" {
167167 name = " ${ terraform . workspace } _${ var . name } _combined_policy"
168168 policy = data. aws_iam_policy_document . merged_policy . json
169- # lifecycle {
170- # create_before_destroy = true
171- # }
172169}
173170
174171resource "aws_iam_role_policy_attachment" "default_policies" {
Original file line number Diff line number Diff line change @@ -25,11 +25,6 @@ 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- # }
32-
3328moved {
3429 from = module. search-document-references-fhir-lambda . aws_iam_role . lambda_execution_role
3530 to = module. search_document_references_fhir_lambda . aws_iam_role . lambda_execution_role
@@ -60,11 +55,6 @@ moved {
6055 to = module. search_document_references_fhir_lambda . aws_lambda_permission . lambda_permission [0 ]
6156}
6257
63- # moved {
64- # from = module.post-document-references-fhir-lambda
65- # to = module.post_document_references_fhir_lambda
66- # }
67-
6858moved {
6959 from = module. post-document-references-fhir-lambda . aws_iam_role . lambda_execution_role
7060 to = module. post_document_references_fhir_lambda . aws_iam_role . lambda_execution_role
@@ -95,11 +85,6 @@ moved {
9585 to = module. post_document_references_fhir_lambda . aws_lambda_permission . lambda_permission [0 ]
9686}
9787
98- # moved {
99- # from = module.get-doc-fhir-lambda
100- # to = module.get_document_reference_fhir_lambda
101- # }
102-
10388moved {
10489 from = module. get-doc-fhir-lambda . aws_iam_role . lambda_execution_role
10590 to = module. get_document_reference_fhir_lambda . aws_iam_role . lambda_execution_role
You can’t perform that action at this time.
0 commit comments