Terraform Provider MinIO v3.41.0
To install this provider, copy and paste this code into your Terraform configuration:
terraform {
required_providers {
minio = {
source = "aminueza/minio"
version = "3.41.0"
}
}
}What's Changed
🐛 Bug Fixes
- fix: replace deprecated Read with ReadContext in all data sources by @felladrin in #1110
- fix(iam): make force_destroy delete the group, and stop it firing on update by @felladrin in #1113
- fix: stop printf verbs leaking into NewResourceError messages by @ChrisJr404 in #1121
- fix: bound config_history and license_info reads on unsupported servers by @aminueza in #1126
- fix: make minio_iam_group name changes recreate the group by @aminueza in #1127
📖 Documentation
- docs: add CHANGELOG.md and gate releases on a matching section by @aminueza in #1122
- docs: group registry pages with subcategories by @aminueza in #1123
🔧 Maintenance
- chore: update Go toolchain to go1.26.7, fix silent IAM group delete by @github-actions[bot] in #1109
- ci(deps): give the compose golang tag one owner, the toolchain workflow by @felladrin in #1111
- ci: measure test coverage and publish it to Codecov by @aminueza in #1124
- chore: remove redundant comment lines by @felladrin in #1125
📦 Dependencies
- deps: bump golang.org/x/mod from v0.37.0 to v0.40.0 by @felladrin in #1099
- chore: update Go toolchain to go1.26.6 by @github-actions[bot] in #1103
Other Changes
- style: gofmt the data sources and enforce formatting in CI by @felladrin in #1112
- docs: auto-generate provider documentation by @github-actions[bot] in #1128
New Contributors
- @ChrisJr404 made their first contribution in #1121
Full Changelog: v3.40.1...v3.41.0