Skip to content

Commit 850c53e

Browse files
committed
Updated CloudFormation stack timeout
1 parent 9a38395 commit 850c53e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ variable "lambda_function_arn" {
2424
}
2525

2626
variable "timeout_in_minutes" {
27-
default = "2"
27+
default = "5"
2828
description = "Maximum Time to wait for a response from CloudFormation/Lambda. The Lambda itself may have its own timeout; this does not override it."
2929
}

0 commit comments

Comments
 (0)