Skip to content

Commit

Permalink
updates from Review
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Bender committed Nov 17, 2023
1 parent 3103548 commit 970e5fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 970e5fa

Please sign in to comment.