Skip to content

Commit

Permalink
feat(terraform)!: Update Terraform minio ( 2.5.1 → 3.0.0 )
Browse files Browse the repository at this point in the history
| datasource         | package        | from  | to    |
| ------------------ | -------------- | ----- | ----- |
| terraform-provider | aminueza/minio | 2.5.1 | 3.0.0 |
  • Loading branch information
kireque-bot[bot] authored Nov 9, 2024
1 parent 097443e commit 4b1f8fd
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 27 deletions.
52 changes: 26 additions & 26 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 = "2.5.1"
version = "3.0.0"
}
}
}

0 comments on commit 4b1f8fd

Please sign in to comment.