github aminueza/terraform-provider-minio v3.39.0

3 hours ago

Terraform Provider MinIO v3.39.0

To install this provider, copy and paste this code into your Terraform configuration:

terraform {
  required_providers {
    minio = {
      source  = "aminueza/minio"
      version = "3.39.0"
    }
  }
}

What's Changed

🐛 Bug Fixes

  • Migrate to madmin-go/v4 for MinIO admin API v4 support by @aminueza in #1074

Full Changelog: v3.38.6...v3.39.0

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

NewReleases is sending notifications on new releases.