Terraform Provider MinIO v3.29.0
To install this provider, copy and paste this code into your Terraform configuration:
terraform {
required_providers {
minio = {
source = "aminueza/minio"
version = "3.29.0"
}
}
}What's Changed
Other Changes
- fix(bucket): handle eventual consistency in policy and versioning reads by @aminueza in #845
- deps: bump dependencies and fix CI test failures by @aminueza in #846
- feat: add support write only arguments by @defimenko-ops in #848
New Contributors
- @defimenko-ops made their first contribution in #848
Full Changelog: v3.28.1...v3.29.0