Terraform Provider MinIO v3.16.0
To install this provider, copy and paste this code into your Terraform configuration:
terraform {
required_providers {
minio = {
source = "aminueza/minio"
version = "3.16.0"
}
}
}What's Changed
Other Changes
- Fix the release workflow automation to properly trigger the release build after a tag is created by @felladrin in #749
- feat: add minio_health_status data source for cluster health monitoring #732 by @aminueza in #750
Full Changelog: v3.15.0...v3.16.0