diff --git a/terraform/modules/DownloadFFISSpreadsheet/main.tf b/terraform/modules/DownloadFFISSpreadsheet/main.tf index dad86cce..1b1b4557 100644 --- a/terraform/modules/DownloadFFISSpreadsheet/main.tf +++ b/terraform/modules/DownloadFFISSpreadsheet/main.tf @@ -62,7 +62,7 @@ module "lambda_artifact" { module "lambda_function" { source = "terraform-aws-modules/lambda/aws" - version = "5.3.0" + version = "6.0.1" function_name = "${var.namespace}-${var.function_name}" description = "Downloads FFIS XLSX files and saves to S3" diff --git a/terraform/modules/DownloadGrantsGovDB/main.tf b/terraform/modules/DownloadGrantsGovDB/main.tf index eb8a766c..f83fd101 100644 --- a/terraform/modules/DownloadGrantsGovDB/main.tf +++ b/terraform/modules/DownloadGrantsGovDB/main.tf @@ -62,7 +62,7 @@ module "lambda_artifact" { module "lambda_function" { source = "terraform-aws-modules/lambda/aws" - version = "5.3.0" + version = "6.0.1" function_name = "${var.namespace}-${var.function_name}" description = "Downloads and stores the daily XML database extract from Grants.gov" diff --git a/terraform/modules/EnqueueFFISDownload/main.tf b/terraform/modules/EnqueueFFISDownload/main.tf index 63a59594..5c1886bf 100644 --- a/terraform/modules/EnqueueFFISDownload/main.tf +++ b/terraform/modules/EnqueueFFISDownload/main.tf @@ -62,7 +62,7 @@ module "lambda_artifact" { module "lambda_function" { source = "terraform-aws-modules/lambda/aws" - version = "5.3.0" + version = "6.0.1" function_name = "${var.namespace}-${var.function_name}" description = "Enqueues FFIS XLSX files for download" diff --git a/terraform/modules/ExtractGrantsGovDBToXML/main.tf b/terraform/modules/ExtractGrantsGovDBToXML/main.tf index 93da204e..edab1ef8 100644 --- a/terraform/modules/ExtractGrantsGovDBToXML/main.tf +++ b/terraform/modules/ExtractGrantsGovDBToXML/main.tf @@ -76,7 +76,7 @@ module "lambda_artifact" { module "lambda_function" { source = "terraform-aws-modules/lambda/aws" - version = "5.3.0" + version = "6.0.1" function_name = "${var.namespace}-${var.function_name}" description = "Creates an extracted XML from the grants database archive." diff --git a/terraform/modules/PersistFFISData/main.tf b/terraform/modules/PersistFFISData/main.tf index 5a681644..79b3813c 100644 --- a/terraform/modules/PersistFFISData/main.tf +++ b/terraform/modules/PersistFFISData/main.tf @@ -63,7 +63,7 @@ module "lambda_artifact" { module "lambda_function" { source = "terraform-aws-modules/lambda/aws" - version = "5.3.0" + version = "6.0.1" function_name = "${var.namespace}-${var.function_name}" description = "Persist FFIS data to Grants DB" diff --git a/terraform/modules/PersistGrantsGovXMLDB/main.tf b/terraform/modules/PersistGrantsGovXMLDB/main.tf index 97f63bab..b297d16c 100644 --- a/terraform/modules/PersistGrantsGovXMLDB/main.tf +++ b/terraform/modules/PersistGrantsGovXMLDB/main.tf @@ -63,7 +63,7 @@ module "lambda_artifact" { module "lambda_function" { source = "terraform-aws-modules/lambda/aws" - version = "5.3.0" + version = "6.0.1" function_name = "${var.namespace}-${var.function_name}" description = "Persists data from a prepared Grants.gov XML DB extract to DynamoDB." diff --git a/terraform/modules/PublishGrantEvents/main.tf b/terraform/modules/PublishGrantEvents/main.tf index 9d417591..8d5351b2 100644 --- a/terraform/modules/PublishGrantEvents/main.tf +++ b/terraform/modules/PublishGrantEvents/main.tf @@ -53,7 +53,7 @@ module "lambda_artifact" { module "lambda_function" { source = "terraform-aws-modules/lambda/aws" - version = "5.3.0" + version = "6.0.1" function_name = "${var.namespace}-${var.function_name}" description = "Publishes grant opportunity create/update events from DynamoDB to EventBridge." diff --git a/terraform/modules/ReceiveFFISEmail/main.tf b/terraform/modules/ReceiveFFISEmail/main.tf index c95a2288..8871abdb 100644 --- a/terraform/modules/ReceiveFFISEmail/main.tf +++ b/terraform/modules/ReceiveFFISEmail/main.tf @@ -72,7 +72,7 @@ module "lambda_artifact" { module "lambda_function" { source = "terraform-aws-modules/lambda/aws" - version = "5.3.0" + version = "6.0.1" function_name = "${var.namespace}-${var.function_name}" description = "Receives and verifies new FFIS digest emails" diff --git a/terraform/modules/SplitFFISSpreadsheet/main.tf b/terraform/modules/SplitFFISSpreadsheet/main.tf index 1d10cdd9..8ab20c73 100644 --- a/terraform/modules/SplitFFISSpreadsheet/main.tf +++ b/terraform/modules/SplitFFISSpreadsheet/main.tf @@ -73,7 +73,7 @@ module "lambda_artifact" { module "lambda_function" { source = "terraform-aws-modules/lambda/aws" - version = "5.3.0" + version = "6.0.1" function_name = "${var.namespace}-${var.function_name}" description = "Creates per-grant JSON representation of an FFIS Spreadsheet" diff --git a/terraform/modules/SplitGrantsGovXMLDB/main.tf b/terraform/modules/SplitGrantsGovXMLDB/main.tf index a05825ce..0503adca 100644 --- a/terraform/modules/SplitGrantsGovXMLDB/main.tf +++ b/terraform/modules/SplitGrantsGovXMLDB/main.tf @@ -74,7 +74,7 @@ module "lambda_artifact" { module "lambda_function" { source = "terraform-aws-modules/lambda/aws" - version = "5.3.0" + version = "6.0.1" function_name = "${var.namespace}-${var.function_name}" description = "Creates per-grant XML data files from a source Grants.gov XML DB extract."