Terraform Provider MinIO v3.37.0
To install this provider, copy and paste this code into your Terraform configuration:
terraform {
required_providers {
minio = {
source = "aminueza/minio"
version = "3.37.0"
}
}
}What's Changed
Other Changes
- refactor(logging): migrate log.Printf to tflog across all resources by @aminueza in #958
- refactor(logging): plumb ctx through helpers, finish tflog migration by @aminueza in #959
- fix(provider): make AIStor edition detection observable and overridable by @aminueza in #960
- docs: auto-generate provider documentation by @github-actions[bot] in #961
Full Changelog: v3.36.0...v3.37.0