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

@ -31,11 +31,3 @@ variable "front_door_sku_name" {
error_message = "The SKU value must be Standard_AzureFrontDoor or Premium_AzureFrontDoor."
}
}
resource "random_id" "app_name" {
byte_length = 8
}
resource "random_id" "front_door_endpoint_name" {
byte_length = 8
}