Skip to content

Commit 903d855

Browse files
⬆️ tf: Bump terraform-aws-modules/s3-bucket/aws
Bumps the terraform group with 1 update in the / directory: [terraform-aws-modules/s3-bucket/aws](https://github.com/terraform-aws-modules/terraform-aws-s3-bucket). Updates `terraform-aws-modules/s3-bucket/aws` from 4.7.0 to 4.8.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](terraform-aws-modules/terraform-aws-s3-bucket@v4.7.0...v4.8.0) --- updated-dependencies: - dependency-name: terraform-aws-modules/s3-bucket/aws dependency-version: 4.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: terraform ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 862f7f3 commit 903d855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws-s3.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#trivy:ignore:AVD-AWS-0090 MEDIUM: Bucket does not have versioning enabled
33
module "s3_site" {
44
source = "terraform-aws-modules/s3-bucket/aws"
5-
version = "4.7.0"
5+
version = "5.4.0"
66

77
bucket = module.label_site.id
88
tags = module.label_site.tags

0 commit comments

Comments
 (0)