github aminueza/terraform-provider-minio v3.38.1

10 hours ago

Terraform Provider MinIO v3.38.1

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

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

What's Changed

Other Changes

Full Changelog: v3.38.0...v3.38.1

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

NewReleases is sending notifications on new releases.