Skip to content

Commit

Permalink
feat(terraform): update minio ( 2.1.0 → 2.2.0 ) (#1924)
Browse files Browse the repository at this point in the history
| datasource         | package        | from  | to    |
| ------------------ | -------------- | ----- | ----- |
| terraform-provider | aminueza/minio | 2.1.0 | 2.2.0 |

Co-authored-by: smurf-bot[bot] <137516995+smurf-bot[bot]@users.noreply.github.com>
  • Loading branch information
smurf-bot[bot] authored Mar 12, 2024
1 parent e340ef4 commit d9d7724
Showing 1 changed file with 1 addition and 1 deletion.
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.1.0"
version = "2.2.0"
}
}
}

0 comments on commit d9d7724

Please sign in to comment.