Skip to content

Commit

Permalink
feat(terraform)!: Update minio ( 2.5.1 → 3.2.1 ) (#3260)
Browse files Browse the repository at this point in the history
| datasource         | package        | from  | to    |
| ------------------ | -------------- | ----- | ----- |
| terraform-provider | aminueza/minio | 2.5.1 | 3.2.1 |

Co-authored-by: smurf-bot[bot] <137516995+smurf-bot[bot]@users.noreply.github.com>
  • Loading branch information
smurf-bot[bot] authored Nov 26, 2024
1 parent 964f00c commit de399f8
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 = "2.5.1"
version = "3.2.1"
}
}
}
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 = "2.5.1"
version = "3.2.1"
}
}
}
Expand Down

0 comments on commit de399f8

Please sign in to comment.