Fix 201-function-app-key-vault-ref (#291)

This commit is contained in:
Neil Ye 2023-11-17 10:47:09 +08:00 committed by GitHub
parent 3d31e20518
commit 960d0719c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
variable "prefix" { variable "prefix" {
type = string type = string
default = "func-app-kvref" default = "funcappkvref"
description = "Prefix of the resource name" description = "Prefix of the resource name"
} }