You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: variables.tf
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -109,4 +109,10 @@ variable "use_codedeploy" {
109
109
type=bool
110
110
description="If true, CodeDeploy App and Deployment Group will be created and TF will not update alias to point to new versions of the Lambda (becuase CodeDeploy will do that)."
111
111
default=false
112
+
}
113
+
114
+
variable"timeout" {
115
+
type=number
116
+
description="Timeout (in seconds) for lambda. Defaults to 3 (terraform default"
0 commit comments