Skip to content

Commit

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

Co-authored-by: smurf-bot[bot] <137516995+smurf-bot[bot]@users.noreply.github.com>
  • Loading branch information
smurf-bot[bot] authored Jun 14, 2024
1 parent 3c2ba7e commit 32f9593
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.2.1"
version = "2.3.0"
}
}
}

0 comments on commit 32f9593

Please sign in to comment.