Add quickstart for Front Door (classic)

This commit is contained in:
John Downs
2022-10-25 10:13:53 +13:00
parent 467e0a67f7
commit c008240f61
5 changed files with 229 additions and 0 deletions

View File

@ -0,0 +1,17 @@
variable "location" {
type = string
default = "westus2"
}
variable "resource_group_name" {
type = string
default = "FrontDoor"
}
variable "backend_address" {
type = string
}
resource "random_id" "front_door_name" {
byte_length = 8
}