Skip to content

Commit

Permalink
fix(terraform): update minio ( 2.3.0 → 2.3.2 )
Browse files Browse the repository at this point in the history
| datasource         | package        | from  | to    |
| ------------------ | -------------- | ----- | ----- |
| terraform-provider | aminueza/minio | 2.3.0 | 2.3.2 |
  • Loading branch information
repo-jeeves[bot] committed Jun 20, 2024
1 parent 6e63ebd commit d1a7c6d
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 27 deletions.
52 changes: 26 additions & 26 deletions terraform/minio/.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 terraform/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.3.0"
version = "2.3.2"
}
}
}

0 comments on commit d1a7c6d

Please sign in to comment.