14 lines
192 B
HCL
14 lines
192 B
HCL
variable "location" {
|
|
type = string
|
|
default = "westus2"
|
|
}
|
|
|
|
variable "resource_group_name" {
|
|
type = string
|
|
default = "FrontDoor"
|
|
}
|
|
|
|
variable "backend_address" {
|
|
type = string
|
|
}
|