Skip to content

Commit

Permalink
Fix 201-function-app-key-vault-ref (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
neil-yechenwei committed Nov 17, 2023
1 parent 3d31e20 commit 960d071
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quickstart/201-function-app-key-vault-ref/variables.tf
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
variable "prefix" {
type = string
default = "func-app-kvref"
default = "funcappkvref"
description = "Prefix of the resource name"
}

variable "location" {
type = string
default = "eastus"
description = "Location to deploy the resource group"
}
}

0 comments on commit 960d071

Please sign in to comment.