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

Remove `force_destroy` check from user update to prevent unintended deletions #591

Closed felladrin closed 3 weeks ago

felladrin commented 3 weeks ago

The change ensures that:

This fixes the problem mentioned here while maintaining the intended functionality of force_destroy for actual deletion operations.