diff --git a/quickstart/201-function-app-key-vault-ref/variables.tf b/quickstart/201-function-app-key-vault-ref/variables.tf index 81401ff7..1cc673c5 100644 --- a/quickstart/201-function-app-key-vault-ref/variables.tf +++ b/quickstart/201-function-app-key-vault-ref/variables.tf @@ -1,6 +1,6 @@ variable "prefix" { type = string - default = "func-app-kvref" + default = "funcappkvref" description = "Prefix of the resource name" } @@ -8,4 +8,4 @@ variable "location" { type = string default = "eastus" description = "Location to deploy the resource group" -} \ No newline at end of file +}