Skip to content

Commit 0f2bbd0

Browse files
add changes to moved-resources and remove old changes
1 parent 56baeea commit 0f2bbd0

File tree

3 files changed

+11
-81
lines changed

3 files changed

+11
-81
lines changed

infrastructure/modules/app_config/configurations/pre-prod.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
},
2525
"values": {
2626
"uploadLloydGeorgeWorkflowEnabled": {
27-
"enabled": "false"
27+
"enabled": "true"
2828
},
2929
"uploadLambdaEnabled": {
30-
"enabled": "false"
30+
"enabled": "true"
3131
},
3232
"uploadArfWorkflowEnabled": {
3333
"enabled": "false"

infrastructure/modules/app_config/configurations/prod.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
},
2525
"values": {
2626
"uploadLloydGeorgeWorkflowEnabled": {
27-
"enabled": "false"
27+
"enabled": "true"
2828
},
2929
"uploadLambdaEnabled": {
30-
"enabled": "false"
30+
"enabled": "true"
3131
},
3232
"uploadArfWorkflowEnabled": {
3333
"enabled": "false"

infrastructure/moved-resources.tf

Lines changed: 7 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -1,85 +1,15 @@
1-
#PRME-125
1+
#PRMP-594
22
moved {
3-
from = module.upload_confirm_result_gateway
4-
to = module.document-status-check-gateway
3+
from = module.update_doc_ref_lambda
4+
to = module.update-doc-ref-lambda
55
}
66

77
moved {
8-
from = module.upload_confirm_result_lambda
9-
to = module.document-status-check-lambda
8+
from = module.update_doc_ref_alarm
9+
to = module.update-doc-ref-alarm
1010
}
1111

1212
moved {
13-
from = module.upload_confirm_result_alarm
14-
to = module.document-status-check-alarm
15-
}
16-
17-
moved {
18-
from = module.upload_confirm_result_alarm_topic
19-
to = module.document-status-check-alarm-topic
20-
}
21-
22-
#NDR-205
23-
24-
moved {
25-
from = module.post-document-references-fhir-lambda[0].aws_iam_role.lambda_execution_role
26-
to = module.post-document-references-fhir-lambda.aws_iam_role.lambda_execution_role
27-
}
28-
29-
moved {
30-
from = module.post-document-references-fhir-lambda[0].aws_cloudwatch_log_group.lambda_logs[0]
31-
to = module.post-document-references-fhir-lambda.aws_cloudwatch_log_group.lambda_logs[0]
32-
}
33-
34-
moved {
35-
from = module.post-document-references-fhir-lambda[0].aws_lambda_function.lambda
36-
to = module.post-document-references-fhir-lambda.aws_lambda_function.lambda
37-
}
38-
39-
moved {
40-
from = module.post-document-references-fhir-lambda[0].aws_kms_alias.lambda
41-
to = module.post-document-references-fhir-lambda.aws_kms_alias.lambda
42-
}
43-
moved {
44-
from = module.post-document-references-fhir-lambda[0].aws_iam_policy.combined_policies
45-
to = module.post-document-references-fhir-lambda.aws_iam_policy.combined_policies
46-
}
47-
48-
moved {
49-
from = module.post-document-references-fhir-lambda[0].aws_lambda_permission.lambda_permission[0]
50-
to = module.post-document-references-fhir-lambda.aws_lambda_permission.lambda_permission[0]
51-
}
52-
53-
moved {
54-
from = module.get-doc-fhir-lambda[0].aws_iam_role.lambda_execution_role
55-
to = module.get-doc-fhir-lambda.aws_iam_role.lambda_execution_role
56-
}
57-
58-
moved {
59-
from = module.get-doc-fhir-lambda[0].aws_cloudwatch_log_group.lambda_logs[0]
60-
to = module.get-doc-fhir-lambda.aws_cloudwatch_log_group.lambda_logs[0]
61-
}
62-
63-
moved {
64-
from = module.get-doc-fhir-lambda[0].aws_lambda_function.lambda
65-
to = module.get-doc-fhir-lambda.aws_lambda_function.lambda
66-
}
67-
moved {
68-
from = module.get-doc-fhir-lambda[0].aws_kms_alias.lambda
69-
to = module.get-doc-fhir-lambda.aws_kms_alias.lambda
70-
}
71-
moved {
72-
from = module.get-doc-fhir-lambda[0].aws_iam_policy.combined_policies
73-
to = module.get-doc-fhir-lambda.aws_iam_policy.combined_policies
74-
}
75-
76-
moved {
77-
from = module.get-doc-fhir-lambda[0].aws_lambda_permission.lambda_permission[0]
78-
to = module.get-doc-fhir-lambda.aws_lambda_permission.lambda_permission[0]
79-
}
80-
81-
#PRMP-166
82-
moved {
83-
from = module.create_document_reference_gateway
84-
to = module.document_reference_gateway
13+
from = module.update_doc_ref_alarm_topic
14+
to = module.update-doc-ref-alarm-topic
8515
}

0 commit comments

Comments
 (0)