File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed
Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 99
1010| Name | Version |
1111| ------| ---------|
12- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 4 .0 |
12+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | 5.70 .0 |
1313
1414## Modules
1515
Original file line number Diff line number Diff line change 88
99| Name | Version |
1010| ------| ---------|
11- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | 5.73.0 |
11+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | 5.86.1 |
1212
1313## Modules
1414
Original file line number Diff line number Diff line change @@ -63,10 +63,9 @@ module "virus_scan_result_alarm_topic" {
6363}
6464
6565module "virus_scan_result_lambda" {
66- source = " ./modules/lambda"
67- name = " VirusScanResult"
68- handler = " handlers.virus_scan_result_handler.lambda_handler"
69- memory_size = 256
66+ source = " ./modules/lambda"
67+ name = " VirusScanResult"
68+ handler = " handlers.virus_scan_result_handler.lambda_handler"
7069 iam_role_policy_documents = [
7170 module . ndr-bulk-staging-store . s3_read_policy_document ,
7271 module . ndr-bulk-staging-store . s3_write_policy_document ,
You can’t perform that action at this time.
0 commit comments