Skip to content

v3.32.1

Choose a tag to compare

@github-actions github-actions released this 16 Apr 20:40
· 51 commits to main since this release
372e48c

Terraform Provider MinIO v3.32.1

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

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

What's Changed

Other Changes

  • fix(resource/iam_idp_openid): allow unknown value for client_secret_wo during plan by @aminueza in #900

Full Changelog: v3.32.0...v3.32.1