Skip to content

Commit 7f914af

Browse files
feat(terraform)!: Update minio ( 2.5.1 → 3.2.2 ) (#3779)
Co-authored-by: mahoro-bot[bot] <115426318+mahoro-bot[bot]@users.noreply.github.com>
1 parent 18661c5 commit 7f914af

File tree

3 files changed

+28
-28
lines changed

3 files changed

+28
-28
lines changed

infrastructure/terraform/s3/.terraform.lock.hcl

+26-26
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

infrastructure/terraform/s3/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ terraform {
88
required_providers {
99
minio = {
1010
source = "aminueza/minio"
11-
version = "2.5.1"
11+
version = "3.2.2"
1212
}
1313
}
1414
}

infrastructure/terraform/s3/modules/minio/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
minio = {
44
source = "aminueza/minio"
5-
version = "2.5.1"
5+
version = "3.2.2"
66
}
77
}
88
}

0 commit comments

Comments
 (0)