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.3.0
  • Loading branch information
clb-robot committed Jan 2, 2025
1 parent 63e4626 commit 16fd11e
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
@@ -163,7 +163,7 @@ data "aws_iam_policy_document" "kms_key_policy" {

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

bucket = var.s3_bucket_name

0 comments on commit 16fd11e

Please sign in to comment.