Skip to content

Commit

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

fix(deps): bump terraform-aws-modules/s3-bucket/aws from 4.2.0 to 4.2.1
  • Loading branch information
mergify[bot] authored Oct 11, 2024
2 parents 8cad8e2 + 1dff602 commit c4d7abe
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.2.0"
version = "4.2.1"

bucket = var.name

Expand Down

0 comments on commit c4d7abe

Please sign in to comment.