Skip to content

Commit

Permalink
feat(terraform-provider): update terraform minio to 1.20.1
Browse files Browse the repository at this point in the history
| datasource         | package        | from   | to     |
| ------------------ | -------------- | ------ | ------ |
| terraform-provider | aminueza/minio | 1.18.0 | 1.20.1 |
  • Loading branch information
kireque-bot[bot] committed Nov 8, 2023
1 parent 2551a64 commit b6a6bf4
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 15 deletions.
40 changes: 26 additions & 14 deletions infrastructure/terraform/s3/.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 infrastructure/terraform/s3/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {

minio = {
source = "aminueza/minio"
version = "1.19.0"
version = "1.20.1"
}
}
}

0 comments on commit b6a6bf4

Please sign in to comment.