github aminueza/terraform-provider-minio v3.26.0

latest releases: v3.38.1, v3.38.0, v3.37.0...
3 months ago

Terraform Provider MinIO v3.26.0

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

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

What's Changed

Other Changes

  • feat: improve minio_ilm_tier with tests, descriptions, and docs by @aminueza in #800
  • feat: add typed server config resources for api, region, and scanner by @aminueza in #801
  • feat: add minio_s3_bucket_replication_resync resource by @aminueza in #802
  • feat: add replicate_ilm_expiry to minio_site_replication by @aminueza in #803
  • feat: add 5 data sources (iam_group, iam_groups, iam_policy, s3_buckets, ilm_tiers) by @aminueza in #804
  • feat: add minio_s3_bucket data source by @aminueza in #805
  • feat: add minio_s3_bucket_replication_status data source by @aminueza in #806
  • feat: add minio_iam_user_policies data source for security audit by @aminueza in #807
  • feat: add assume_role support to provider for STS temporary credentials by @aminueza in #809
  • feat: add minio_s3_bucket_policy data source by @aminueza in #808

Full Changelog: v3.25.0...v3.26.0

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

NewReleases is sending notifications on new releases.