Terraform Provider MinIO v3.25.0
To install this provider, copy and paste this code into your Terraform configuration:
terraform {
required_providers {
minio = {
source = "aminueza/minio"
version = "3.25.0"
}
}
}What's Changed
Other Changes
- docs: Documentation and governance overhaul by @felladrin in #779
- ci: add security scanning workflow and fix test environment by @felladrin in #780
- ci: fix Scorecard security warnings by @felladrin in #781
- deps: bump Go dependencies and CI actions by @aminueza in #796
- fix: resolve open Scorecard security alerts (token permissions, vulnerabilities, fuzzing) by @felladrin in #797
- feat: add minio_audit_webhook resource by @aminueza in #798
- feat: add minio_notify_webhook resource for bucket event targets by @aminueza in #799
Full Changelog: v3.24.0...v3.25.0