According to the documentation, .terraform folder contains the cache for the provider's plugins.
If this folder is deleted (but the state file is kept), will it be recreated on terraform init?
What are the possible unwanted effects of deleting .terraform?