github aminueza/terraform-provider-minio v3.41.1

5 hours ago

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

📦 Dependencies

  • deps: bump golang.org/x/crypto to 0.56.0 (CVE-2026-56855) by @aminueza in #1137

Other Changes

  • test: make iam_import trailing plans deterministic by @aminueza in #1129

Full Changelog: v3.41.0...v3.41.1

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

NewReleases is sending notifications on new releases.