aminueza / terraform-provider-minio

Terraform provider for managing MinIO S3 buckets and IAM Users.
https://registry.terraform.io/providers/aminueza/minio
GNU Affero General Public License v3.0
243 stars 73 forks source link

Fix group status handling #484

Closed asdevcapybara closed 1 year ago

asdevcapybara commented 1 year ago

Fix disable_group option in "minio_iam_group" resource

This PR fixing the issue in the resource minio_iam_group.

disable_group option did not work correctly, it did not update the group status in the MinIO, even if you set it to true or false.

Reference

Closing issues