Skip to content

v3.35.1

Choose a tag to compare

@github-actions github-actions released this 13 May 00:12
· 25 commits to main since this release
1aa9d75

Terraform Provider MinIO v3.35.1

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

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

What's Changed

Other Changes

  • fix(kms_key): handle delete failure on external KMS backends like HashiCorp Vault by @dennismdejong in #936

Full Changelog: v3.35.0...v3.35.1