Updating code to align with Contributor Guide template

This commit is contained in:
Tom Archer
2022-08-23 19:02:18 -07:00
parent 40c33d528f
commit 26a919e903
5 changed files with 47 additions and 18 deletions

View File

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