updates from Review
This commit is contained in:
parent
3e66747328
commit
5895b4f1c4
@ -3,7 +3,7 @@ terraform {
|
|||||||
required_providers {
|
required_providers {
|
||||||
azurerm = {
|
azurerm = {
|
||||||
source = "hashicorp/azurerm"
|
source = "hashicorp/azurerm"
|
||||||
version = ">= 3.56.0"
|
version = "~> 3.56.0, < 4.0"
|
||||||
}
|
}
|
||||||
random = {
|
random = {
|
||||||
source = "hashicorp/random"
|
source = "hashicorp/random"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Azure resource group
|
# Azure Virtual Network Manager with management group scope
|
||||||
|
|
||||||
This template deploys an Azure Virtual Network Manager instance with a connectivity configuration for a Mesh topology using a management group scope. It includes resources including virtual networks, subnets, and more.
|
This template deploys an Azure Virtual Network Manager instance with a connectivity configuration for a Mesh topology using a management group scope. It includes resources including virtual networks, subnets, and more.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user