Skip to content

Commit bc15a86

Browse files
author
Michael Bender
committed
updates for readability and clarity
1 parent e1a6b00 commit bc15a86

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

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

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,26 +45,28 @@ In this article, you learn how to:
4545

4646
## Implement the Terraform code
4747

48+
This code sample will implement Azure Virtual Network Manager at the subscription scope.
49+
4850
> [!NOTE]
4951
> 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).
5052
>
5153
> See more [articles and sample code showing how to use Terraform to manage Azure resources](/azure/terraform)
5254
5355
1. Create a directory in which to test and run the sample Terraform code and make it the current directory.
5456

55-
1. Create a file named `providers.tf` and insert the following code:
57+
2. Create a file named `providers.tf` and insert the following code:
5658

5759
[!code-terraform[master](~/terraform_samples/quickstart/101-virtual-network-manager-create-mesh/providers.tf)]
5860

59-
1. Create a file named `main.tf` and insert the following code:
61+
3. Create a file named `main.tf` and insert the following code:
6062

6163
[!code-terraform[master](~/terraform_samples/quickstart/101-virtual-network-manager-create-mesh/main.tf)]
6264

63-
1. Create a file named `variables.tf` and insert the following code:
65+
4. Create a file named `variables.tf` and insert the following code:
6466

6567
[!code-terraform[master](~/terraform_samples/quickstart/101-virtual-network-manager-create-mesh/variables.tf)]
6668

67-
1. Create a file named `outputs.tf` and insert the following code:
69+
5. Create a file named `outputs.tf` and insert the following code:
6870

6971
[!code-terraform[master](~/terraform_samples/quickstart/101-virtual-network-manager-create-mesh/outputs.tf)]
7072

@@ -75,6 +77,8 @@ In this article, you learn how to:
7577

7678
## Implement the Terraform code
7779

80+
This code sample will implement Azure Virtual Network Manager at the management group scope.
81+
7882
> [!NOTE]
7983
> 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).
8084
>

0 commit comments

Comments
 (0)