add random suffix to resource group name
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
locals {
|
||||
prefix-hub = "hub"
|
||||
hub-location = "eastus"
|
||||
hub-resource-group = "hub-vnet-rg"
|
||||
hub-resource-group = "hub-vnet-rg-${random_string.suffix.result}"
|
||||
shared-key = "4-v3ry-53cr37-1p53c-5h4r3d-k3y"
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user