Skip to content

Commit 40c1287

Browse files
author
Michael Bender
committed
update management group links
1 parent bc15a86 commit 40c1287

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/virtual-network-manager/create-virtual-network-manager-terraform.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,27 +80,27 @@ This code sample will implement Azure Virtual Network Manager at the subscriptio
8080
This code sample will implement Azure Virtual Network Manager at the management group scope.
8181

8282
> [!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).
8484
>
8585
> See more [articles and sample code showing how to use Terraform to manage Azure resources](/azure/terraform)
8686
8787
1. Create a directory in which to test and run the sample Terraform code and make it the current directory.
8888

8989
1. Create a file named `providers.tf` and insert the following code:
9090

91-
[!code-terraform[master](~/terraform_samples/quickstart/101-virtual-network-manager-create-mesh/providers.tf)]
91+
[!code-terraform[master](~/terraform_samples/quickstart/101-virtual-network-manager-create-management-group/providers.tf)]
9292

9393
1. Create a file named `main.tf` and insert the following code:
9494

95-
[!code-terraform[master](~/terraform_samples/quickstart/101-virtual-network-manager-create-mesh/main.tf)]
95+
[!code-terraform[master](~/terraform_samples/quickstart/101-virtual-network-manager-create-management-group/main.tf)]
9696

9797
1. Create a file named `variables.tf` and insert the following code:
9898

99-
[!code-terraform[master](~/terraform_samples/quickstart/101-virtual-network-manager-create-mesh/variables.tf)]
99+
[!code-terraform[master](~/terraform_samples/quickstart/101-virtual-network-manager-create-management-group/variables.tf)]
100100

101101
1. Create a file named `outputs.tf` and insert the following code:
102102

103-
[!code-terraform[master](~/terraform_samples/quickstart/101-virtual-network-manager-create-mesh/outputs.tf)]
103+
[!code-terraform[master](~/terraform_samples/quickstart/101-virtual-network-manager-create-management-group/outputs.tf)]
104104

105105
:::zone-end
106106

0 commit comments

Comments
 (0)