Difference between revisions of "Skip provider registration"

From wikieduonline
Jump to navigation Jump to search
(Created page with "{{lc}} provider "azurerm" { skip_provider_registration = true # This is only required when the User, Service Principal, or Identity running Terraform lacks the permission...")
 
 
(One intermediate revision by the same user not shown)
Line 7: Line 7:
 
  }
 
  }
  
 +
== Related ==
 +
* [[azurerm_kubernetes_cluster]]
  
  
{{tf a}}
+
== See also ==
 +
* {{tf a}}
 +
 
 +
[[Category:Azure]]

Latest revision as of 07:06, 16 July 2024


provider "azurerm" {
 skip_provider_registration = true # This is only required when the User, Service Principal, or Identity running Terraform lacks the permissions to register Azure Resource Providers.
 features {}
}

Related[edit]


See also[edit]

Advertising: