Terraform Provider MinIO v3.22.0
To install this provider, copy and paste this code into your Terraform configuration:
terraform {
required_providers {
minio = {
source = "aminueza/minio"
version = "3.22.0"
}
}
}What's Changed
Other Changes
- feat: add docs config to check templates by @aminueza in #770
- chore(tests): stop immediately on the first test failure by @felladrin in #772
- feat(bucket): add SkipBucketTagging configuration option by @felladrin in #773
Full Changelog: v3.21.0...v3.22.0