How can I always recreate a resource?

I am using terraform cloud and vault cloud. terraform has a resource called hcp_vault_cluster_admin_token that creates a token for the vault. However, this resource expires 6 hours after it is created. To prevent this, is there a meta-argument that can always recreate resources in terraform cloud? Or is there any other way to make this generated token never expire?