Terraform Provider MinIO v3.41.1
To install this provider, copy and paste this code into your Terraform configuration:
terraform {
required_providers {
minio = {
source = "aminueza/minio"
version = "3.41.1"
}
}
}What's Changed
📖 Documentation
- docs: add CHANGELOG section for 3.41.1 by @felladrin in #1138
📦 Dependencies
Other Changes
Full Changelog: v3.41.0...v3.41.1