virtual network manager - initial commit (#226)

* initial commit
---------

Co-authored-by: Michael Bender <michael.bender@microsoft.com>
This commit is contained in:
Michael Bender
2023-06-04 22:00:21 -05:00
committed by GitHub
parent dba97b976b
commit aae1a9af55
5 changed files with 147 additions and 0 deletions

View File

@ -0,0 +1,3 @@
output "resource_group_name" {
value = azurerm_resource_group.rg.name
}