From 916dd059a90df0c57bc59b4ab90786d45dc2b5e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 02:01:11 +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 5.7.0 to 5.8.2. - [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.7.0...v5.8.2) --- updated-dependencies: - dependency-name: terraform-aws-modules/s3-bucket/aws dependency-version: 5.8.2 dependency-type: direct:production update-type: version-update:semver-minor ... 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 b86176d69..08bae9122 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 = "5.7.0" + version = "5.8.2" bucket = var.name acl = var.acl