github aminueza/terraform-provider-minio v3.25.0

latest releases: v3.38.1, v3.38.0, v3.37.0...
3 months ago

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

Don't miss a new terraform-provider-minio release

NewReleases is sending notifications on new releases.