github aminueza/terraform-provider-minio v3.35.2

4 hours ago

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

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

NewReleases is sending notifications on new releases.