Skip to content

Commit

Permalink
Merge pull request #57 from armakuni/dependabot/terraform/terraform-a…
Browse files Browse the repository at this point in the history
…ws-modules/s3-bucket/aws-4.6.0

fix(deps): bump terraform-aws-modules/s3-bucket/aws from 4.5.0 to 4.6.0
  • Loading branch information
mergify[bot] authored Feb 12, 2025
2 parents 7aef09e + 544a69f commit 2ad59da
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 @@ -4,7 +4,7 @@ terraform {

module "bucket" {
source = "terraform-aws-modules/s3-bucket/aws"
version = "4.5.0"
version = "4.6.0"

bucket = var.name

Expand Down

0 comments on commit 2ad59da

Please sign in to comment.