Skip to content

Commit e926bfe

Browse files
committed
Remove comments
1 parent 5a957ba commit e926bfe

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

infrastructure/modules/lambda/main.tf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,6 @@ data "aws_iam_policy_document" "merged_policy" {
166166
resource "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

174171
resource "aws_iam_role_policy_attachment" "default_policies" {

infrastructure/moved-resources.tf

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff 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-
3328
moved {
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-
6858
moved {
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-
10388
moved {
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

0 commit comments

Comments
 (0)