Terraform Provider MinIO v3.17.0
To install this provider, copy and paste this code into your Terraform configuration:
terraform {
required_providers {
minio = {
source = "aminueza/minio"
version = "3.17.0"
}
}
}What's Changed
Other Changes
- feat: add minio_s3_bucket_object_lock_configuration resource (#718) by @aminueza in #751
- feat: add support for CORS bucket configuration by @felladrin in #752
- docs: update generated documentation from templates by @felladrin in #753
- docs: add AGENTS.md contributor guide by @felladrin in #754
- fix: properly handle errors in IAM group membership updates by @felladrin in #755
- fix: improve error handling in IAM user and policy attachment by @felladrin in #756
- chore: move config file to
.githubfolder by @felladrin in #758 - fix: improve service account test reliability by @felladrin in #757
Full Changelog: v3.16.0...v3.17.0