github aminueza/terraform-provider-minio v3.18.0

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

Terraform Provider MinIO v3.18.0

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

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

What's Changed

Other Changes

  • feat(bucket): add minio_s3_bucket_tags resource by @felladrin in #759
  • feat: add minio_s3_bucket_anonymous_access resource for managing public bucket access by @felladrin in #760

Full Changelog: v3.17.0...v3.18.0

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

NewReleases is sending notifications on new releases.