Skip to content

Commit

Permalink
chore(deps): bump terraform-aws-modules/s3-bucket/aws
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 4.1.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](terraform-aws-modules/terraform-aws-s3-bucket@v4.1.1...v4.1.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 22, 2024
1 parent 84ea217 commit f3dda2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ resource "aws_iam_role" "cudos_sso" {
# tfsec:ignore:aws-s3-enable-bucket-logging
module "dashboard_bucket" {
source = "terraform-aws-modules/s3-bucket/aws"
version = "4.1.1"
version = "4.1.2"

bucket = var.dashbords_bucket_name
block_public_acls = true
Expand Down

0 comments on commit f3dda2d

Please sign in to comment.