fix example (#177)

This commit is contained in:
Dingjia Chen
2023-03-05 19:59:55 -06:00
committed by GitHub
parent 24f9f839b9
commit 4264b769e8
4 changed files with 29 additions and 9 deletions

View File

@ -1,10 +1,11 @@
variable "name_prefix" {
variable "prefix" {
type = string
default = "function-app"
description = "Prefix of the resource name"
}
variable "location" {
type = string
description = "Location to deploy the resource group"
default = "West US 2"
default = "eastus"
}