Skip to content

Commit

Permalink
feat(s3_bucket): bump module version to 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jta committed May 1, 2024
1 parent f55e2d8 commit 4745edf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/s3_bucket/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ module "observe_lambda_s3_subscription" {

| Name | Source | Version |
|------|--------|---------|
| <a name="module_s3_bucket"></a> [s3\_bucket](#module\_s3\_bucket) | terraform-aws-modules/s3-bucket/aws | ~> 3.7.0 |
| <a name="module_s3_bucket"></a> [s3\_bucket](#module\_s3\_bucket) | terraform-aws-modules/s3-bucket/aws | ~> 4.1.0 |

## Resources

Expand Down
2 changes: 1 addition & 1 deletion modules/s3_bucket/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ data "aws_caller_identity" "current" {}

module "s3_bucket" {
source = "terraform-aws-modules/s3-bucket/aws"
version = "~> 3.7.0"
version = "~> 4.1.0"

bucket = var.bucket_name
acl = "log-delivery-write"
Expand Down

0 comments on commit 4745edf

Please sign in to comment.