github aminueza/terraform-provider-minio v3.16.0

latest releases: v3.37.0, v3.36.0, v3.35.3...
3 months ago

Terraform Provider MinIO v3.16.0

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

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

What's Changed

Other Changes

  • Fix the release workflow automation to properly trigger the release build after a tag is created by @felladrin in #749
  • feat: add minio_health_status data source for cluster health monitoring #732 by @aminueza in #750

Full Changelog: v3.15.0...v3.16.0

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

NewReleases is sending notifications on new releases.