Skip to content

Commit

Permalink
chore(deps): update terraform minio to v3.1.0 (#1397)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 11, 2024
1 parent 48fc462 commit 32d03e4
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 28 deletions.
52 changes: 26 additions & 26 deletions tf/.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 tf/minio/backup/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 = "3.0.0"
version = "3.1.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion tf/minio/prod/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 = "3.0.0"
version = "3.1.0"
}
}
}
Expand Down

0 comments on commit 32d03e4

Please sign in to comment.