Terraform Provider MinIO v3.15.0
To install this provider, copy and paste this code into your Terraform configuration:
terraform {
required_providers {
minio = {
source = "aminueza/minio"
version = "3.15.0"
}
}
}What's Changed
Other Changes
- feat(ci): add golangci-lint and govulncheck to CI workflow by @aminueza in #743
- fix(security): prevent credential exposure in logs and add workflow permissions by @aminueza in #744
- Cache Terraform binary in persistent volume to speed up test runs by @felladrin in #747
- fix(lint): Address CodeQL security alerts, migrate golangci-lint to v2, and deprecate misspelled
syncronousattribute by @aminueza in #745 - Add
CustomizeDiffto support bucket-to-bucket_prefix migration without replacement by @felladrin in #748
Full Changelog: v3.14.0...v3.15.0