Can Hashicorp Vault Provider for Terraform authenticate to Hashicorp Vault using MSI (Managed Service Identity)

We are using Terraform Enterprise to deploy to Azure. Our workspaces use remote execution mode.

I am planning to use Hashicorp Vault Provider for Terraform so my modules can read/write secrets from/to Hashicorp Vault:

https://registry.terraform.io/providers/hashicorp/vault/latest/docs

Out Terraform enterprise server authenticates to Azure has MSI (Managed Service Identity)
assigned to it. The AzureRM provider authenticates to Azure using MSI (ARM_USE_MSI)

Is there anyway we can have Hashicorp Vault Provider for Terraform authenticate to Hashicorp Vault using MSI?