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...")
 
Line 8: Line 8:
  
  
 +
== See also ==
 +
* {{tf a}}
  
{{tf a}}
+
[[Category:Azure]]

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 {}
}


See also

Advertising: