Failed to instantiate

I was running terrafom in the Azure cloudshell without issues. Now as I need to add more providers I started to use my windows laptop.
With my laptop I’m having issues related the azurerm provider.

I tried this code without success:

provider “azurerm” {
features {}
}

terraform {
required_version = “>= 0.13”

required_providers {
azure = {
source = “hashicorp/azurerm”
}

}
}

See the result running terraform providers

C:\Users\PATH…>terraform providers

Providers required by configuration:
.
├── provider[Terraform Registry]

fixed using “terraform init -upgrade”