Updates from PR review

This commit is contained in:
John Downs
2022-11-18 12:46:31 +13:00
parent 20eba75a88
commit 5e0b259c1e
4 changed files with 18 additions and 16 deletions

View File

@ -2,3 +2,11 @@ resource "azurerm_resource_group" "my_resource_group" {
name = var.resource_group_name
location = var.location
}
resource "random_id" "app_name" {
byte_length = 8
}
resource "random_id" "front_door_endpoint_name" {
byte_length = 8
}