Terraform plan against storage account with private endpoint

So I am running on terraform version 1.6.2 with the azurerm 3.77.0 provider and azuread 2.44 provider. I have a storage account that now has a private endpoint associated with it and public access disabled. When i try to run a terraform plan again it just sits and hands and throws the error “error retrieving static website properties from storage account”. I have a private endpoint for the web and blob resources. Not sure what could be causing this. I seen other users have the same issue on other verisons of azurerm but did used to work.

I have the same issue. Did you find a solution? I’m posting my config at [Azure] Terraform refresh stops working after adding private endpoint to storage account