Skip to content

Commit ae90e02

Browse files
authored
Update vnet.tf
1 parent 4e9084f commit ae90e02

File tree

1 file changed

+2
-2
lines changed
  • terraform-provider-azure/create-vnet

1 file changed

+2
-2
lines changed

terraform-provider-azure/create-vnet/vnet.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.
22
# see link : https://tinyurl.com/azrmv4subid
33
# 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
55
terraform {
66
required_version = ">= 1.0.3"
77
}

0 commit comments

Comments
 (0)