github aminueza/terraform-provider-minio v3.35.3

2 hours ago

Terraform Provider MinIO v3.35.3

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

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

What's Changed

Other Changes

  • fix(accesskey): resolve plan drift on sensitive access_key references by @felladrin in #944

Full Changelog: v3.35.2...v3.35.3

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

NewReleases is sending notifications on new releases.