Skip to content

Commit

Permalink
chore: 🤖 update terraform terraform-aws-modules/s3-bucket/aws to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 30, 2025
1 parent 857e1e7 commit 30f40a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/static-app/s3.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "s3_bucket" {
source = "terraform-aws-modules/s3-bucket/aws"
version = "3.15.2"
version = "4.5.0"

bucket = var.s3_bucket_name
acl = "private"
Expand Down

0 comments on commit 30f40a3

Please sign in to comment.