Xiaxin e32966e242
Adding guidance for function app (#116)
* adding guidance for function app
2022-11-16 13:56:21 +08:00

11 lines
228 B
HCL

variable "name_prefix" {
type = string
description = "Prefix of the resource name"
}
variable "location" {
type = string
description = "Location to deploy the resource group"
default = "West US 2"
}