terraform azurerm - registering azure provider

To register a specific provider, we typically would do the following.  

az provider register --namespace Microsoft.PolicyInsights

You can do the same thing by running the following configuring the following in terraform: 


resource "azurerm_resource_provider_registration" "policyregistration" {
  name = "Microsoft.PolicyInsights"
}



Comments

Popular posts from this blog

gemini cli getting file not defined error

NodeJS: Error: spawn EINVAL in window for node version 20.20 and 18.20

vllm : Failed to infer device type