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.2.2
  • Loading branch information
clb-robot committed Nov 18, 2024
1 parent 11e5b65 commit c0bbb8f
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.1"
version = "4.2.2"

bucket = var.s3_bucket_name

0 comments on commit c0bbb8f

Please sign in to comment.