From 77977d7ef8c3a80663abb7204ffb7a25ea32450d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jul 2023 02:29:05 +0000 Subject: [PATCH] Build(deps): Bump terraform-aws-modules/lambda/aws in /terraform Bumps [terraform-aws-modules/lambda/aws](https://github.com/terraform-aws-modules/terraform-aws-lambda) from 5.0.0 to 5.1.0. - [Release notes](https://github.com/terraform-aws-modules/terraform-aws-lambda/releases) - [Changelog](https://github.com/terraform-aws-modules/terraform-aws-lambda/blob/master/CHANGELOG.md) - [Commits](https://github.com/terraform-aws-modules/terraform-aws-lambda/compare/v5.0.0...v5.1.0) --- updated-dependencies: - dependency-name: terraform-aws-modules/lambda/aws dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- terraform/modules/DownloadFFISSpreadsheet/main.tf | 2 +- terraform/modules/DownloadGrantsGovDB/main.tf | 2 +- terraform/modules/EnqueueFFISDownload/main.tf | 2 +- terraform/modules/ExtractGrantsGovDBToXML/main.tf | 2 +- terraform/modules/PersistFFISData/main.tf | 2 +- terraform/modules/PersistGrantsGovXMLDB/main.tf | 2 +- terraform/modules/SplitFFISSpreadsheet/main.tf | 2 +- terraform/modules/SplitGrantsGovXMLDB/main.tf | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/terraform/modules/DownloadFFISSpreadsheet/main.tf b/terraform/modules/DownloadFFISSpreadsheet/main.tf index e72cf578..1e5818af 100644 --- a/terraform/modules/DownloadFFISSpreadsheet/main.tf +++ b/terraform/modules/DownloadFFISSpreadsheet/main.tf @@ -53,7 +53,7 @@ module "lambda_execution_policy" { module "lambda_function" { source = "terraform-aws-modules/lambda/aws" - version = "5.0.0" + version = "5.1.0" 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 ad5913ae..12d6839a 100644 --- a/terraform/modules/DownloadGrantsGovDB/main.tf +++ b/terraform/modules/DownloadGrantsGovDB/main.tf @@ -53,7 +53,7 @@ module "lambda_execution_policy" { module "lambda_function" { source = "terraform-aws-modules/lambda/aws" - version = "5.0.0" + version = "5.1.0" 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 f33abf91..4aa89dd4 100644 --- a/terraform/modules/EnqueueFFISDownload/main.tf +++ b/terraform/modules/EnqueueFFISDownload/main.tf @@ -53,7 +53,7 @@ module "lambda_execution_policy" { module "lambda_function" { source = "terraform-aws-modules/lambda/aws" - version = "5.0.0" + version = "5.1.0" 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 bb2b6844..2df593b5 100644 --- a/terraform/modules/ExtractGrantsGovDBToXML/main.tf +++ b/terraform/modules/ExtractGrantsGovDBToXML/main.tf @@ -67,7 +67,7 @@ module "lambda_execution_policy" { module "lambda_function" { source = "terraform-aws-modules/lambda/aws" - version = "5.0.0" + version = "5.1.0" 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 57aba7b8..8d765646 100644 --- a/terraform/modules/PersistFFISData/main.tf +++ b/terraform/modules/PersistFFISData/main.tf @@ -51,7 +51,7 @@ module "lambda_execution_policy" { module "lambda_function" { source = "terraform-aws-modules/lambda/aws" - version = "5.0.0" + version = "5.1.0" 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 13d97f16..bc4f388d 100644 --- a/terraform/modules/PersistGrantsGovXMLDB/main.tf +++ b/terraform/modules/PersistGrantsGovXMLDB/main.tf @@ -53,7 +53,7 @@ module "lambda_execution_policy" { module "lambda_function" { source = "terraform-aws-modules/lambda/aws" - version = "5.0.0" + version = "5.1.0" 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/SplitFFISSpreadsheet/main.tf b/terraform/modules/SplitFFISSpreadsheet/main.tf index 98110409..e0153d12 100644 --- a/terraform/modules/SplitFFISSpreadsheet/main.tf +++ b/terraform/modules/SplitFFISSpreadsheet/main.tf @@ -64,7 +64,7 @@ module "lambda_execution_policy" { module "lambda_function" { source = "terraform-aws-modules/lambda/aws" - version = "5.0.0" + version = "5.1.0" 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 9a3b9162..3d2a98be 100644 --- a/terraform/modules/SplitGrantsGovXMLDB/main.tf +++ b/terraform/modules/SplitGrantsGovXMLDB/main.tf @@ -65,7 +65,7 @@ module "lambda_execution_policy" { module "lambda_function" { source = "terraform-aws-modules/lambda/aws" - version = "5.0.0" + version = "5.1.0" function_name = "${var.namespace}-${var.function_name}" description = "Creates per-grant XML data files from a source Grants.gov XML DB extract."