Updates from PR review

This commit is contained in:
John Downs
2022-11-18 12:41:32 +13:00
parent c008240f61
commit eaa4dedbd4
4 changed files with 7 additions and 5 deletions

View File

@ -11,7 +11,3 @@ variable "resource_group_name" {
variable "backend_address" {
type = string
}
resource "random_id" "front_door_name" {
byte_length = 8
}