Skip to content

Commit

Permalink
Merge pull request #31 from cookielab/renovate/terraform-aws-modules-…
Browse files Browse the repository at this point in the history
…s3-bucket-aws-4.x

chore(deps): update terraform terraform-aws-modules/s3-bucket/aws to v4.4.0
  • Loading branch information
jindraj authored Jan 16, 2025
2 parents e1d629a + 806067c commit e1b79bc
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 @@ -163,7 +163,7 @@ data "aws_iam_policy_document" "kms_key_policy" {

module "s3_bucket" {
source = "terraform-aws-modules/s3-bucket/aws"
version = "4.3.0"
version = "4.4.0"

bucket = var.s3_bucket_name

Expand Down

0 comments on commit e1b79bc

Please sign in to comment.