Terraform Provider MinIO v3.38.6
To install this provider, copy and paste this code into your Terraform configuration:
terraform {
required_providers {
minio = {
source = "aminueza/minio"
version = "3.38.6"
}
}
}What's Changed
๐ Bug Fixes
- fix(data-source): use deterministic bucket id for notification config by @dennismdejong in #1048
- fix(s3-bucket-notification): support multiple notifications per bucket by @felladrin in #1066
- fix(deps): bump google.golang.org/grpc to v1.82.1 by @felladrin in #1073
๐ Documentation
- docs: clarify which env vars are required vs optional for tests by @dennismdejong in #1050
๐ง Maintenance
- chore: remove stale golangci exclusions and inert CodeQL config by @dennismdejong in #1051
- refactor: migrate remaining diag.FromErr to NewResourceError by @dennismdejong in #1052
- ci: add docker-compose ecosystem to dependabot and sync golang image with toolchain by @dennismdejong in #1053
- ci: add weekly workflow testing against latest MinIO release by @dennismdejong in #1054
- ci: enable OIDC acceptance test suite in CI by @dennismdejong in #1055
- ci: run the notify_redis acceptance test in CI by @felladrin in #1065
- refactor(bucket): extract create, read, and force-destroy helpers by @felladrin in #1070
- refactor(ilm): split the schema, CustomizeDiff, and Read into focused functions by @felladrin in #1069
- refactor(replication): split schema, Read, and converters into focused functions by @felladrin in #1067
- refactor(lifecycle): split the rule schema into focused per-block functions by @felladrin in #1068
๐งช Tests
- test: remove redundant TF_ACC guard in testAccPreCheck by @dennismdejong in #1049
- test(iam-policy): re-issue delete in CheckDestroy to tolerate IAM cache resurrection by @felladrin in #1072
Other Changes
- docs: auto-generate provider documentation by @github-actions[bot] in #1064
Full Changelog: v3.38.5...v3.38.6