github aminueza/terraform-provider-minio v3.30.0

latest releases: v3.38.0, v3.37.0, v3.36.0...
one month ago

Terraform Provider MinIO v3.30.0

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

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

What's Changed

Other Changes

  • docs(s3): fix typos in bucket replication examples by @kvdstroom in #858
  • feat(iam): refactor minio_iam_user data source with tags and populated fields by @aminueza in #870
  • feat(s3): add missing data sources for bucket sub-resources by @aminueza in #869
  • feat(s3): add missing attributes to minio_s3_object resource by @aminueza in #872

New Contributors

Full Changelog: v3.29.0...v3.30.0

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

NewReleases is sending notifications on new releases.