github aminueza/terraform-provider-minio v3.17.0

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

Terraform Provider MinIO v3.17.0

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

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

What's Changed

Other Changes

  • feat: add minio_s3_bucket_object_lock_configuration resource (#718) by @aminueza in #751
  • feat: add support for CORS bucket configuration by @felladrin in #752
  • docs: update generated documentation from templates by @felladrin in #753
  • docs: add AGENTS.md contributor guide by @felladrin in #754
  • fix: properly handle errors in IAM group membership updates by @felladrin in #755
  • fix: improve error handling in IAM user and policy attachment by @felladrin in #756
  • chore: move config file to .github folder by @felladrin in #758
  • fix: improve service account test reliability by @felladrin in #757

Full Changelog: v3.16.0...v3.17.0

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

NewReleases is sending notifications on new releases.