Skip to content

Commit

Permalink
chore(deps): bump terraform-aws-modules/s3-bucket/aws in /grafana-eks
Browse files Browse the repository at this point in the history
Bumps [terraform-aws-modules/s3-bucket/aws](https://github.com/terraform-aws-modules/terraform-aws-s3-bucket) from 3.15.1 to 4.1.1.
- [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@v3.15.1...v4.1.1)

---
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 7, 2024
1 parent 9790672 commit 9a0aac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grafana-eks/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ resource "aws_iam_role_policy_attachment" "additional" {

module "s3_bucket" {
source = "terraform-aws-modules/s3-bucket/aws"
version = "3.15.1"
version = "4.1.1"

bucket_prefix = local.bucket_prefix
force_destroy = true
Expand Down

0 comments on commit 9a0aac2

Please sign in to comment.