Terraform Provider MinIO v3.31.0
To install this provider, copy and paste this code into your Terraform configuration:
terraform {
required_providers {
minio = {
source = "aminueza/minio"
version = "3.31.0"
}
}
}What's Changed
Other Changes
- fix(security): bump Go to 1.25.8 and harden govulncheck CI by @aminueza in #876
- feat: add data sources for notification target resources by @aminueza in #878
- feat(provider): add provider-level timeout/retry configuration by @aminueza in #877
- fix: deprecate bandwidth_limt typo field in schema by @mvanhorn in #879
- fix(replication): prefer canonical bandwidth_limit when legacy key is empty by @aminueza in #880
- fix(tests): speed up site-replication errors and stabilize notify data source by @aminueza in #896
New Contributors
Full Changelog: v3.30.0...v3.31.0