Skip to content

Commit

Permalink
Updates for Azure Policy add
Browse files Browse the repository at this point in the history
  • Loading branch information
mbender-ms committed Jun 20, 2023
1 parent 71252cd commit 2ee94c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickstart/101-virtual-network-manager-create-mesh/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ resource "azurerm_network_manager_network_group" "network_group" {
network_manager_id = azurerm_network_manager.network_manager_instance.id
}

# Add the 3 virtual networks to a network group as dynamic members with Azure Policy
# Add three virtual networks to a network group as dynamic members with Azure Policy

resource "random_pet" "network_group_policy_name" {
prefix = "network-group-policy"
Expand Down

0 comments on commit 2ee94c1

Please sign in to comment.