Changes to storage

This commit is contained in:
Tom Archer
2024-10-31 19:25:06 -07:00
parent 1b0212fb94
commit 3ee47f573a
2 changed files with 18 additions and 12 deletions

View File

@@ -12,7 +12,7 @@ variable "resource_group_location" {
variable "appName" {
type = string
default = "fnapp${random_string.unique_id.result}"
default = "fnapp"
description = "The name of the function app that you wish to create."
}