github aminueza/terraform-provider-minio v3.33.1

latest releases: v3.35.0, v3.34.0
22 days ago

Terraform Provider MinIO v3.33.1

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

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

What's Changed

Other Changes

  • fix(anonymous_access): emit AIStor canned policy for public-read on AIStor by @aminueza in #907

Full Changelog: v3.33.0...v3.33.1

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

NewReleases is sending notifications on new releases.