github aminueza/terraform-provider-minio v3.35.0

one day ago

Terraform Provider MinIO v3.35.0

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

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

What's Changed

Other Changes

  • feat(s3): add minio_s3_incomplete_upload_cleanup resource by @dennismdejong in #923
  • ci(deps): bump aquasecurity/trivy-action from 0.35.0 to 0.36.0 by @felladrin in #920
  • feat(config): add config history data source and config restore resource by @dennismdejong in #924
  • feat(iam): add minio_iam_export data source and minio_iam_import resource by @aminueza in #927
  • fix(ci): open PR instead of pushing docs directly to protected main by @felladrin in #929
  • deps: bump github.com/prometheus/prometheus to v0.311.3 by @aminueza in #931
  • fix(test): build madmin client from env in KMS key PreCheck by @aminueza in #930
  • test(s3_bucket): use env-based client in Exists check to avoid credential pollution by @aminueza in #932

Full Changelog: v3.34.0...v3.35.0

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

NewReleases is sending notifications on new releases.