github aminueza/terraform-provider-minio v3.38.4

5 hours ago

Terraform Provider MinIO v3.38.4

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

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

What's Changed

📦 Dependencies

  • chore: update Go toolchain to go1.26.5 by @github-actions[bot] in #1013

Other Changes

  • docs: revamp README by @felladrin in #1007
  • docs: expand provider overview to reflect current scope by @felladrin in #1008
  • fix: keep minio_iam_idp_openid in state when config is pending server restart by @aminueza in #1015
  • docs: auto-generate provider documentation by @github-actions[bot] in #1016

Full Changelog: v3.38.3...v3.38.4

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

NewReleases is sending notifications on new releases.