Terraform Provider MinIO v3.18.1
To install this provider, copy and paste this code into your Terraform configuration:
terraform {
required_providers {
minio = {
source = "aminueza/minio"
version = "3.18.1"
}
}
}What's Changed
Other Changes
- fix: ensure consistent formatting of JSON policies across the codebase by @felladrin in #763
Full Changelog: v3.18.0...v3.18.1