Terraform Provider MinIO v3.38.2
To install this provider, copy and paste this code into your Terraform configuration:
terraform {
required_providers {
minio = {
source = "aminueza/minio"
version = "3.38.2"
}
}
}What's Changed
- chore: simplify pull request body for automated toolchain bump by @aminueza in #982
- Add Claude Code skill for the MinIO provider by @aminueza in #987
- ci(govulncheck): skip GO-2026-5662 (Prometheus web UI XSS, not applicable to library consumers) by @felladrin in #991
- docs: remove stale write-only NOTE blocks from generated docs by @felladrin in #1002
- fix(s3-bucket): add
Computed: trueto tags to prevent drift during refresh by @felladrin in #1001 - docs: auto-generate provider documentation by @github-actions[bot] in #1003
- ci(docs): pin Terraform version for tfplugindocs by @felladrin in #1004
Note
To remove all tags, set tags = {} explicitly. Omitting the tags argument no longer clears existing tags: tags is a computed attribute, so Terraform retains the last known value to avoid perpetual drift during refresh-only plans.
Full Changelog: v3.38.1...v3.38.2