Skip to content

Commit

Permalink
⬆️ tf: Bump the terraform group across 2 directories with 1 update
Browse files Browse the repository at this point in the history
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).
Bumps the terraform group with 1 update in the /examples/simple 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.1.2 to 4.2.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@v4.1.2...v4.2.2)

Updates `terraform-aws-modules/s3-bucket/aws` from 4.1.2 to 4.2.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@v4.1.2...v4.2.2)

---
updated-dependencies:
- dependency-name: terraform-aws-modules/s3-bucket/aws
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: terraform
- dependency-name: terraform-aws-modules/s3-bucket/aws
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: terraform
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent f0c17e5 commit be38613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws-s3.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#trivy:ignore:AVD-AWS-0090 MEDIUM: Bucket does not have versioning enabled
module "s3_site" {
source = "terraform-aws-modules/s3-bucket/aws"
version = "4.1.2"
version = "4.2.2"

bucket = module.label_site.id
tags = module.label_site.tags
Expand Down

0 comments on commit be38613

Please sign in to comment.