Skip to content

v3.33.0

Choose a tag to compare

@github-actions github-actions released this 20 Apr 15:32
· 46 commits to main since this release
e3d0139

Terraform Provider MinIO v3.33.0

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

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

What's Changed

Other Changes

  • feat(s3): add minio_s3_bucket_lifecycle resource with AWS parity by @aminueza in #901
  • fix(iam_idp_ldap): use server_starttls wire key and SetConfigKV for round-trip by @aminueza in #906

Full Changelog: v3.32.1...v3.33.0