From 9a1ef01a11036ff88bc7e8898498aa32ab88ce98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 14:02:10 +0000 Subject: [PATCH] Bump the infrastructure-updates group across 3 directories with 3 updates Updates the requirements on [terraform-aws-modules/lambda/aws](https://github.com/terraform-aws-modules/terraform-aws-lambda), [terraform-aws-modules/sns/aws](https://github.com/terraform-aws-modules/terraform-aws-sns) and [terraform-aws-modules/s3-bucket/aws](https://github.com/terraform-aws-modules/terraform-aws-s3-bucket) to permit the latest version. Updates `terraform-aws-modules/lambda/aws` to 8.5.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/v8.1.2...v8.5.0) Updates `terraform-aws-modules/sns/aws` to 7.1.0 - [Release notes](https://github.com/terraform-aws-modules/terraform-aws-sns/releases) - [Changelog](https://github.com/terraform-aws-modules/terraform-aws-sns/blob/master/CHANGELOG.md) - [Commits](https://github.com/terraform-aws-modules/terraform-aws-sns/compare/v7.0.0...v7.1.0) Updates `terraform-aws-modules/lambda/aws` to 8.5.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/v8.1.2...v8.5.0) Updates `terraform-aws-modules/s3-bucket/aws` to 5.10.0 - [Release notes](https://github.com/terraform-aws-modules/terraform-aws-s3-bucket/releases) - [Changelog](https://github.com/terraform-aws-modules/terraform-aws-s3-bucket/blob/master/CHANGELOG.md) - [Commits](https://github.com/terraform-aws-modules/terraform-aws-s3-bucket/compare/v5.9.1...v5.10.0) --- updated-dependencies: - dependency-name: terraform-aws-modules/lambda/aws dependency-version: 8.5.0 dependency-type: direct:production dependency-group: infrastructure-updates - dependency-name: terraform-aws-modules/sns/aws dependency-version: 7.1.0 dependency-type: direct:production dependency-group: infrastructure-updates - dependency-name: terraform-aws-modules/lambda/aws dependency-version: 8.5.0 dependency-type: direct:production dependency-group: infrastructure-updates - dependency-name: terraform-aws-modules/s3-bucket/aws dependency-version: 5.10.0 dependency-type: direct:production dependency-group: infrastructure-updates ... Signed-off-by: dependabot[bot] --- infrastructure/modules/deploy_lambda/main.tf | 2 +- infrastructure/modules/deploy_monitoring/sns.tf | 4 ++-- infrastructure/modules/deploy_splunk/lambda.tf | 2 +- infrastructure/modules/deploy_splunk/s3.tf | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/infrastructure/modules/deploy_lambda/main.tf b/infrastructure/modules/deploy_lambda/main.tf index 64f014c3..7abe8f71 100644 --- a/infrastructure/modules/deploy_lambda/main.tf +++ b/infrastructure/modules/deploy_lambda/main.tf @@ -1,6 +1,6 @@ module "content_cache_hydrator_lambda_function" { source = "terraform-aws-modules/lambda/aws" - version = "~> 8.1.2" + version = "~> 8.5.0" function_name = "${var.prefix}-content-cache-hydrator" description = "Content cache hydrator lambda" diff --git a/infrastructure/modules/deploy_monitoring/sns.tf b/infrastructure/modules/deploy_monitoring/sns.tf index d6fe9ddc..8ed8a26d 100644 --- a/infrastructure/modules/deploy_monitoring/sns.tf +++ b/infrastructure/modules/deploy_monitoring/sns.tf @@ -1,6 +1,6 @@ module "sns" { source = "terraform-aws-modules/sns/aws" - version = "~> 7.0.0" + version = "~> 7.1.0" name = "${var.prefix}-cloudwatch-alarms" display_name = "VitA Cloudwatch Alarms" @@ -13,7 +13,7 @@ module "sns" { module "sns_global" { source = "terraform-aws-modules/sns/aws" - version = "~> 7.0.0" + version = "~> 7.1.0" providers = { aws = aws.global } diff --git a/infrastructure/modules/deploy_splunk/lambda.tf b/infrastructure/modules/deploy_splunk/lambda.tf index 14ad2948..dc931ba0 100644 --- a/infrastructure/modules/deploy_splunk/lambda.tf +++ b/infrastructure/modules/deploy_splunk/lambda.tf @@ -1,6 +1,6 @@ module "firehose_transformer_lambda_function" { source = "terraform-aws-modules/lambda/aws" - version = "~> 8.1.2" + version = "~> 8.5.0" function_name = "${var.prefix}-firehose-transformer" description = "Firehose Lambda transformer for sending formatted logs to splunk" diff --git a/infrastructure/modules/deploy_splunk/s3.tf b/infrastructure/modules/deploy_splunk/s3.tf index 53b8e6b6..267a9511 100644 --- a/infrastructure/modules/deploy_splunk/s3.tf +++ b/infrastructure/modules/deploy_splunk/s3.tf @@ -1,6 +1,6 @@ module "failed_firehose_delivery_logs_s3_bucket" { source = "terraform-aws-modules/s3-bucket/aws" - version = "~> 5.9.1" + version = "~> 5.10.0" bucket = "${var.prefix}-firehose-delivery-failures" force_destroy = false