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
+35-1Lines changed: 35 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ content_well_notification:
15
15
16
16
Get started with Azure Virtual Network Manager by using Terraform to provision connectivity for all your virtual networks.
17
17
18
-
In this quickstart, you deploy three virtual networks and use Azure Virtual Network Manager to create a mesh network topology. Then, you verify that the connectivity configuration was applied.
18
+
In this quickstart, you deploy three virtual networks and use Azure Virtual Network Manager to create a mesh network topology. Then, you verify that the connectivity configuration was applied. You can choose from a deployment with a Subscription scope or a management group scope
@@ -39,6 +39,38 @@ In this article, you learn how to:
39
39
-[Install and configure Terraform](/azure/developer/terraform/quickstart-configure)
40
40
- To modify dynamic network groups, you must be [granted access via Azure RBAC role](concept-network-groups.md#network-groups-and-azure-policy) assignment only. Classic Admin/legacy authorization is not supported
41
41
42
+
:::zone pivot="subscription-scope"
43
+
44
+
## Implement the Terraform code
45
+
46
+
> [!NOTE]
47
+
> 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).
48
+
>
49
+
> See more [articles and sample code showing how to use Terraform to manage Azure resources](/azure/terraform)
50
+
51
+
1. Create a directory in which to test and run the sample Terraform code and make it the current directory.
52
+
53
+
1. Create a file named `providers.tf` and insert the following code:
0 commit comments