fix example (#178)

This commit is contained in:
Dingjia Chen
2023-03-01 23:38:37 -06:00
committed by GitHub
parent 52ada02207
commit 42921d4a1f
3 changed files with 26 additions and 16 deletions

View File

@ -1,10 +1,11 @@
variable "name_prefix" {
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"
default = "West US 2"
}
}