Dingjia Chen ef09110e94
101-front-door-classic patch (#170)
* fix example
2023-02-21 14:28:55 +08:00

15 lines
271 B
HCL

variable "location" {
type = string
default = "westus2"
}
variable "backend_address" {
default = "www.bing.com"
type = string
}
variable "prefix" {
type = string
default = "front-door-classic"
description = "Prefix of the resource name"
}