updates from Review

This commit is contained in:
Michael Bender 2023-11-17 09:33:04 -06:00 committed by hezijie
parent 3e66747328
commit 5895b4f1c4
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = ">= 3.56.0"
version = "~> 3.56.0, < 4.0"
}
random = {
source = "hashicorp/random"

View File

@ -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.