github aminueza/terraform-provider-minio v3.19.0

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

Terraform Provider MinIO v3.19.0

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

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

What's Changed

Other Changes

  • feat: add minio_s3_bucket_quota resource for managing bucket quotas in MinIO by @aminueza in #764
  • chore: update GoReleaser configuration and workflow version by @aminueza in #766
  • feat: add minio_s3_object_legal_hold resource for managing legal hold status on S3 objects by @aminueza in #765

Full Changelog: v3.18.1...v3.19.0

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

NewReleases is sending notifications on new releases.