From d49760edee538a32bd1e35eb64ed480568ce62a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Jun 2025 12:09:02 +0000 Subject: [PATCH] Bump terraform-aws-modules/s3-bucket/aws in /infrastructure/modules/s3 Bumps [terraform-aws-modules/s3-bucket/aws](https://github.com/terraform-aws-modules/terraform-aws-s3-bucket) from 3.15.1 to 4.10.1. - [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/v3.15.1...v4.10.1) --- updated-dependencies: - dependency-name: terraform-aws-modules/s3-bucket/aws dependency-version: 4.10.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- infrastructure/modules/s3/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/modules/s3/main.tf b/infrastructure/modules/s3/main.tf index 298f8edbc..ba482eb2c 100644 --- a/infrastructure/modules/s3/main.tf +++ b/infrastructure/modules/s3/main.tf @@ -8,7 +8,7 @@ #tfsec:ignore:aws-s3-specify-public-access-block module "s3_bucket" { source = "terraform-aws-modules/s3-bucket/aws" - version = "3.15.1" + version = "4.10.1" bucket = var.name acl = var.acl