Terraform Provider MinIO v3.38.0
To install this provider, copy and paste this code into your Terraform configuration:
terraform {
required_providers {
minio = {
source = "aminueza/minio"
version = "3.38.0"
}
}
}What's Changed
Other Changes
- chore: drop noisy MutexKV debug log.Printf calls by @aminueza in #962
- docs: add examples for 3 resources/data-sources missing registry snippets by @aminueza in #963
- feat: add data.minio_s3_bucket_anonymous_access data source by @aminueza in #964
- docs: auto-generate provider documentation by @github-actions[bot] in #966
- chore: bump indirect dependencies by @aminueza in #965
- test: acceptance tests for server_config, object_retention, and notify targets by @aminueza in #967
- fix: resolve CVE vulnerabilities (security/code-scanning/83) by @aminueza in #973
- chore: align go directive with toolchain (1.26.3) by @aminueza in #974
- fix: bump x/crypto to v0.52.0, add weekly toolchain update workflow by @aminueza in #975
- fix: treat NoSuchBucket as success in bucket delete path by @aminueza in #978
- feat: pass minio_region to S3 client for request signing by @aminueza in #977
Full Changelog: v3.37.0...v3.38.0