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
233 stars 69 forks source link

Document `DeleteMarker` expiry in ilm policy #558

Closed michaelruigrok closed 5 months ago

michaelruigrok commented 7 months ago

Document DeleteMarker value for ilm policy's expiration field

This PR implements the following changes:

There was no mention for how to expire delete markers in the Terraform docs, this change rectifies it.

Reference