github aminueza/terraform-provider-minio v3.23.0

latest releases: v3.38.1, v3.38.0, v3.37.0...
3 months ago

Terraform Provider MinIO v3.23.0

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

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

What's Changed

Other Changes

  • fix(bucket): non-empty plan when skip_bucket_tagging is enabled with tags by @aminueza in #775
  • feature(idp): Add minio_iam_idp_openid resource for OpenID Connect identity provider by @aminueza in #776

Full Changelog: v3.22.0...v3.23.0

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

NewReleases is sending notifications on new releases.