From f713f941e9b3ec7246032f8fc184863fc7023818 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 02:36:05 +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 5.2.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/v3.15.1...v5.2.0) --- updated-dependencies: - dependency-name: terraform-aws-modules/s3-bucket/aws dependency-version: 5.2.0 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..d939689a8 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 = "5.2.0" bucket = var.name acl = var.acl