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

Fix null expiration date handling #545

Closed pjsier closed 10 months ago

pjsier commented 10 months ago

Fix null expiration date handling

Fixes an issue where null expiration dates were getting set in the state as 0001-01-01 instead of nil, causing an update for every plan or apply.

Reference

Closing issues