github aminueza/terraform-provider-minio v3.29.0

latest releases: v3.35.2, v3.35.1, v3.35.0...
one month ago

Terraform Provider MinIO v3.29.0

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

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

What's Changed

Other Changes

  • fix(bucket): handle eventual consistency in policy and versioning reads by @aminueza in #845
  • deps: bump dependencies and fix CI test failures by @aminueza in #846
  • feat: add support write only arguments by @defimenko-ops in #848

New Contributors

Full Changelog: v3.28.1...v3.29.0

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

NewReleases is sending notifications on new releases.