Skip to content

Commit

Permalink
Use locals in terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
fzarrioracle committed Jul 18, 2023
1 parent 80d3905 commit 32c959f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ variable "FunctionAppNamePrefix" {
}

variable "FunctionNamePrefix" {
default = "funName"
default = "fun"
}

variable "FunctionMemory" {
Expand Down

0 comments on commit 32c959f

Please sign in to comment.