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: articles/virtual-network-manager/create-virtual-network-manager-terraform.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,27 +80,27 @@ This code sample will implement Azure Virtual Network Manager at the subscriptio
80
80
This code sample will implement Azure Virtual Network Manager at the management group scope.
81
81
82
82
> [!NOTE]
83
-
> The sample code for this article is located in the [Azure Terraform GitHub repo](https://github.com/Azure/terraform/tree/master/quickstart/101-virtual-network-manager-create-mesh). You can view the log file containing the [test results from current and previous versions of Terraform](https://github.com/Azure/terraform/tree/master/quickstart/101-virtual-network-manager-create-mesh/TestRecord.md).
83
+
> The sample code for this article is located in the [Azure Terraform GitHub repo](https://github.com/Azure/terraform/tree/master/quickstart/101-virtual-network-manager-create-management-group-scope). You can view the log file containing the [test results from current and previous versions of Terraform](https://github.com/Azure/terraform/blob/master/quickstart/101-virtual-network-manager-create-management-group-scope/TestRecord.md).
84
84
>
85
85
> See more [articles and sample code showing how to use Terraform to manage Azure resources](/azure/terraform)
86
86
87
87
1. Create a directory in which to test and run the sample Terraform code and make it the current directory.
88
88
89
89
1. Create a file named `providers.tf` and insert the following code:
0 commit comments