101-front-door-premium-storage-blobs-private-link (#190)
Co-authored-by: zjhe <hezijie@microsoft.com>
This commit is contained in:
parent
b9a16174f1
commit
3cc146daba
@ -1,5 +1,7 @@
|
|||||||
|
resource "random_pet" "rg" {}
|
||||||
|
|
||||||
resource "azurerm_resource_group" "my_resource_group" {
|
resource "azurerm_resource_group" "my_resource_group" {
|
||||||
name = var.resource_group_name
|
name = "${var.resource_group_name}-${random_pet.rg.id}"
|
||||||
location = var.location
|
location = var.location
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user