Skip to content

Commit

Permalink
Added linux_function_apps variable for example (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevindelmont authored Nov 22, 2024
1 parent 1014847 commit 70756e6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -817,6 +817,10 @@ variable "cdn_profile" {
variable "function_apps" {
default = {}
}
variable "linux_function_apps" {
default = {}
type = map(any)
}
variable "windows_function_apps" {
default = {}
type = map(any)
Expand Down

0 comments on commit 70756e6

Please sign in to comment.