terraform - determining which Required Resource Providers require registration: the required Resource Provider "Microsoft.MixedReality" wasn't returned from the Azure API

Terraform error with some weird REST API calls that has the following error message 

determining which Required Resource Providers require registration: the required Resource Provider "Microsoft.MixedReality" wasn't returned from the Azure API

Setting the following resolve it :-

provider "azurerm" 
{  
      features {} 
    # Add this line:
      skip_provider_registration = true 
}




Comments

Popular posts from this blog

vllm : Failed to infer device type

android studio kotlin source is null error

gemini cli getting file not defined error