You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: terraform-provider-azure/create-vnet/vnet.tf
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
-
### note: In version 4.0 of the Azure Provider, it's now required to specify the Azure Subscription ID when configuring a provider instance in your config.
1
+
### 04-2025 note: In version 4.0 of the Azure Provider, it's now required to specify the Azure Subscription ID when configuring a provider instance in your config.
2
2
# see link : https://tinyurl.com/azrmv4subid
3
3
# v3.90 If the principal running Terraform has insufficient permissions to auto register Resource Providers, the run will error.
4
-
# To avoid the issue set resource_provider_registrations = "none" see link: https://tinyurl.com/azureterrareg
4
+
# To avoid the issue set resource_provider_registrations = "none" see link: https://tinyurl.com/azureterrareg
0 commit comments