Skip to content

Commit 916dd05

Browse files
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](terraform-aws-modules/terraform-aws-s3-bucket@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] <support@github.com>
1 parent 75fb469 commit 916dd05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infrastructure/modules/s3/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#tfsec:ignore:aws-s3-specify-public-access-block
99
module "s3_bucket" {
1010
source = "terraform-aws-modules/s3-bucket/aws"
11-
version = "5.7.0"
11+
version = "5.8.2"
1212
bucket = var.name
1313
acl = var.acl
1414

0 commit comments

Comments
 (0)