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 null expiration date handling #545

Closed pjsier closed 1 year ago

pjsier commented 1 year 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