2022-11-18 12:41:32 +13:00

14 lines
192 B
HCL

variable "location" {
type = string
default = "westus2"
}
variable "resource_group_name" {
type = string
default = "FrontDoor"
}
variable "backend_address" {
type = string
}