Xiaxin 96afa1f2cd
Add example for azure function app using key vault reference (#114)
add examples for function app using key vault reference
2022-11-16 14:54:13 +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"
}