Skip to content

Commit

Permalink
feat: function app resource for the durable function in dev
Browse files Browse the repository at this point in the history
  • Loading branch information
MacMur85 committed Jan 22, 2025
1 parent 8253253 commit 891eb80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/modules/function-app/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ variable "function_app_slots" {
}

variable "ip_restrictions" {
type = list(object({
type = map(object({
headers = optional(string, "") # (string, "")
ip_address = optional(string, "")
name = optional(string, "")
Expand Down

0 comments on commit 891eb80

Please sign in to comment.