Skip to content

Commit

Permalink
chore(deps): update terraform terraform-aws-modules/s3-bucket/aws to …
Browse files Browse the repository at this point in the history
…v4.5.0
  • Loading branch information
clb-robot committed Jan 24, 2025
1 parent e1b79bc commit ca9b5e6
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.4.0"
version = "4.5.0"

bucket = var.s3_bucket_name

Expand Down

0 comments on commit ca9b5e6

Please sign in to comment.