Updates from PR review
This commit is contained in:
@ -2,3 +2,7 @@ resource "azurerm_resource_group" "my_resource_group" {
|
||||
name = var.resource_group_name
|
||||
location = var.location
|
||||
}
|
||||
|
||||
resource "random_id" "front_door_name" {
|
||||
byte_length = 8
|
||||
}
|
||||
|
Reference in New Issue
Block a user