101-front-door-classic patch (#170)

* fix example
This commit is contained in:
Dingjia Chen
2023-02-21 00:28:55 -06:00
committed by GitHub
parent 0ba1d6ae57
commit ef09110e94
4 changed files with 26 additions and 19 deletions

View File

@ -3,11 +3,13 @@ variable "location" {
default = "westus2"
}
variable "resource_group_name" {
variable "backend_address" {
default = "www.bing.com"
type = string
default = "FrontDoor"
}
variable "backend_address" {
type = string
}
variable "prefix" {
type = string
default = "front-door-classic"
description = "Prefix of the resource name"
}