Skip to content

v3.35.2

Choose a tag to compare

@github-actions github-actions released this 13 May 13:33
· 23 commits to main since this release
f685dc4

Terraform Provider MinIO v3.35.2

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

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

What's Changed

Other Changes

Full Changelog: v3.35.1...v3.35.2