github aminueza/terraform-provider-minio v3.15.0

latest releases: v3.35.2, v3.35.1, v3.35.0...
3 months ago

Terraform Provider MinIO v3.15.0

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

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

What's Changed

Other Changes

  • feat(ci): add golangci-lint and govulncheck to CI workflow by @aminueza in #743
  • fix(security): prevent credential exposure in logs and add workflow permissions by @aminueza in #744
  • Cache Terraform binary in persistent volume to speed up test runs by @felladrin in #747
  • fix(lint): Address CodeQL security alerts, migrate golangci-lint to v2, and deprecate misspelled syncronous attribute by @aminueza in #745
  • Add CustomizeDiff to support bucket-to-bucket_prefix migration without replacement by @felladrin in #748

Full Changelog: v3.14.0...v3.15.0

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

NewReleases is sending notifications on new releases.