Skip to content

Commit b027c9c

Browse files
committed
update s3 bucket module to 3.6.0
1 parent 5202a2f commit b027c9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ data "aws_iam_policy_document" "bucket_policy" {
5151

5252
module "s3_bucket" {
5353
source = "terraform-aws-modules/s3-bucket/aws"
54-
version = "3.4.0"
54+
version = "3.6.0"
5555

5656
bucket = var.s3_bucket_name
5757

0 commit comments

Comments
 (0)