Added randomness of rg name, links to ref docs

This commit is contained in:
Tom Archer
2021-08-07 22:17:06 -07:00
parent abc1bd8bbe
commit 2c79eb6a23
4 changed files with 17 additions and 13 deletions

View File

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