github aminueza/terraform-provider-minio v3.27.0

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

Terraform Provider MinIO v3.27.0

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

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

What's Changed

Other Changes

  • feat: add 5 data sources for bucket sub-resources by @aminueza in #810
  • test: add import tests for iam_user, ilm_policy, bucket_retention, user_group_membership by @aminueza in #811
  • feat: add assume_role_with_web_identity and document STS auth by @aminueza in #812
  • fix: handle deleted buckets gracefully in quota and tags Read by @aminueza in #813
  • fix: add missing schema descriptions to all resource attributes by @aminueza in #814
  • refactor: replace all diag.FromErr with NewResourceError by @aminueza in #815
  • feat: add import support for minio_s3_object by @aminueza in #816
  • test: add acceptance tests for IAM attachment resources by @aminueza in #817
  • refactor: remove aws-sdk-go v1 dependency by @aminueza in #819
  • refactor: migrate deprecated InfoCannedPolicy and SetPolicy APIs by @aminueza in #818
  • hotfix: use DetachPolicy instead of AttachPolicy with empty list by @aminueza in #824
  • chore: remove renovate.json and legacy issue template by @aminueza in #820
  • feat: add observability data sources (account_info, storage_info, data_usage, ilm_tier_stats) by @aminueza in #822
  • feat: add minio_s3_objects data source for listing bucket objects by @aminueza in #821
  • feat: add minio_s3_object_retention resource by @aminueza in #823
  • feat: add s3_compat_mode for non-MinIO S3 backends by @aminueza in #826
  • fix: rename S3PathSyle to S3PathStyle (typo fix) by @KJyang-0114 in #830

New Contributors

Full Changelog: v3.26.0...v3.27.0

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

NewReleases is sending notifications on new releases.