Skip to content

Commit

Permalink
feat(terraform-provider): update terraform minio to 2.5.0
Browse files Browse the repository at this point in the history
| datasource         | package        | from  | to    |
| ------------------ | -------------- | ----- | ----- |
| terraform-provider | aminueza/minio | 2.0.1 | 2.5.0 |
  • Loading branch information
klaus-renovate[bot] authored Aug 30, 2024
1 parent d26f1e8 commit e5b6c46
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 16 deletions.
41 changes: 26 additions & 15 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 @@ -2,7 +2,7 @@ terraform {
required_providers {
minio = {
source = "aminueza/minio"
version = "2.0.1"
version = "2.5.0"
}
}
}

0 comments on commit e5b6c46

Please sign in to comment.