We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a38395 commit 850c53eCopy full SHA for 850c53e
variables.tf
@@ -24,6 +24,6 @@ variable "lambda_function_arn" {
24
}
25
26
variable "timeout_in_minutes" {
27
- default = "2"
+ default = "5"
28
description = "Maximum Time to wait for a response from CloudFormation/Lambda. The Lambda itself may have its own timeout; this does not override it."
29
0 commit comments