From aca5fea6647576fd0ce5f03a0f0bb76071b6c277 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 02:35:48 +0000 Subject: [PATCH] Bump terraform-aws-modules/s3-bucket/aws Bumps [terraform-aws-modules/s3-bucket/aws](https://github.com/terraform-aws-modules/terraform-aws-s3-bucket) from 3.15.1 to 4.1.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/v3.15.1...v4.1.2) --- updated-dependencies: - dependency-name: terraform-aws-modules/s3-bucket/aws 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..b2d0f82bc 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.1.2" bucket = var.name acl = var.acl