Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaiplesa committed Jan 15, 2025
1 parent 4aff34b commit 8824830
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/lambda@edge/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ variable "functions" {
source_zip = optional(string)
runtime = string
handler = string
memory_size = number
timeout = number
memory_size = optional(number, 128)
timeout = optional(number, 3)
event_type = string
include_body = bool
}))
Expand Down

0 comments on commit 8824830

Please sign in to comment.