github aminueza/terraform-provider-minio v3.36.0

latest release: v3.37.0
3 hours ago

Terraform Provider MinIO v3.36.0

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

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

What's Changed

Other Changes

  • ci(docs): stop emitting [skip ci] on auto-generated docs commits by @felladrin in #950
  • feat: add minio_pool_rebalance resource and status data source by @felladrin in #948
  • feat: add minio_service_action resource (restart/freeze/unfreeze/stop) by @felladrin in #947
  • ci(docs): generate docs only after merge to main, not on PRs by @felladrin in #953
  • feat: add bucket metadata export/import resources by @felladrin in #946
  • feat: add minio_pool_decommission resource and pool_status data source by @felladrin in #949
  • docs: auto-generate provider documentation by @github-actions[bot] in #954
  • feat: add minio_batch_job resource and minio_batch_jobs data source by @felladrin in #945
  • feat(batch_job): wire GetSupportedBatchJobTypes and add minio_batch_job_template by @felladrin in #956
  • docs: auto-generate provider documentation by @github-actions[bot] in #957

New Contributors

  • @github-actions[bot] made their first contribution in #954

Full Changelog: v3.35.3...v3.36.0

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

NewReleases is sending notifications on new releases.