Skip to content

Commit

Permalink
fix(terraform): update minio ( 3.2.2 → 3.2.3 )
Browse files Browse the repository at this point in the history
| datasource         | package        | from  | to    |
| ------------------ | -------------- | ----- | ----- |
| terraform-provider | aminueza/minio | 3.2.2 | 3.2.3 |
  • Loading branch information
repo-killer[bot] authored Jan 30, 2025
1 parent e5fb846 commit 39b48a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform/minio/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {

minio = {
source = "aminueza/minio"
version = "3.2.2"
version = "3.2.3"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion terraform/minio/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 = "3.2.2"
version = "3.2.3"
}
}
}
Expand Down

0 comments on commit 39b48a6

Please sign in to comment.