[Terraform AWS provider] Create a KMS key without scheduled deletion

Hi,
I hope someone can kindly help explain/ confirm if the TF’s AWS provider can create a KMS key without scheduled deletion?
From this document it seems that is impossible: https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/kms_key#deletion_window_in_days

Actually, there was an issue exactly asked the same question, but it is closed without information:

Thanks for your time

Did someone managed to fix that we have same issue.

Based on the implementation here, it appears that this value is only used when the KMS key is deleted. In other words, the key will not be deleted until 30 days after Terraform tries to delete it. If you never run “terraform destroy” then it should last forever.