Terraform Provider MinIO v3.30.0
To install this provider, copy and paste this code into your Terraform configuration:
terraform {
required_providers {
minio = {
source = "aminueza/minio"
version = "3.30.0"
}
}
}What's Changed
Other Changes
- docs(s3): fix typos in bucket replication examples by @kvdstroom in #858
- feat(iam): refactor minio_iam_user data source with tags and populated fields by @aminueza in #870
- feat(s3): add missing data sources for bucket sub-resources by @aminueza in #869
- feat(s3): add missing attributes to minio_s3_object resource by @aminueza in #872
New Contributors
- @kvdstroom made their first contribution in #858
Full Changelog: v3.29.0...v3.30.0