fix example (#178)
This commit is contained in:
@ -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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user