2023-03-02 13:38:37 +08:00

11 lines
252 B
HCL

variable "prefix" {
type = string
default = "func-app-kvref"
description = "Prefix of the resource name"
}
variable "location" {
type = string
default = "eastus"
description = "Location to deploy the resource group"
}