Skip to content

Commit

Permalink
feat(terraform)!: Update minio ( 2.5.1 → 3.2.2 )
Browse files Browse the repository at this point in the history
  • Loading branch information
mahoro-bot[bot] authored Dec 22, 2024
1 parent c115e76 commit 0ab4353
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 28 deletions.
52 changes: 26 additions & 26 deletions infrastructure/terraform/s3/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion infrastructure/terraform/s3/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ terraform {
required_providers {
minio = {
source = "aminueza/minio"
version = "2.5.1"
version = "3.2.2"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/terraform/s3/modules/minio/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
minio = {
source = "aminueza/minio"
version = "2.5.1"
version = "3.2.2"
}
}
}
Expand Down

0 comments on commit 0ab4353

Please sign in to comment.