github aminueza/terraform-provider-minio v3.32.0

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

Terraform Provider MinIO v3.32.0

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

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

What's Changed

Other Changes

  • feat(datasource): add minio_s3_bucket_replication_metrics by @aminueza in #897
  • fix(resource/accesskey): allow unknown value for secret_key_wo during plan by @defimenko-ops in #899

Full Changelog: v3.31.0...v3.32.0

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

NewReleases is sending notifications on new releases.