2023-11-17 10:47:09 +08:00

12 lines
251 B
HCL

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