Changes to storage

This commit is contained in:
Tom Archer
2024-10-31 19:25:06 -07:00
committed by lonegunmanb
parent 6623e166ef
commit ca06940643
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."
}