We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52c22b5 commit 5916526Copy full SHA for 5916526
variables.tf
@@ -76,13 +76,13 @@ variable "runners_lambda_zip" {
76
}
77
78
variable "runners_scale_up_lambda_timeout" {
79
- description = "Time out for the scale down lambda in seconds."
+ description = "Time out for the scale up lambda in seconds."
80
type = number
81
default = 180
82
83
84
variable "runners_scale_down_lambda_timeout" {
85
- description = "Time out for the scale up lambda in seconds."
+ description = "Time out for the scale down lambda in seconds."
86
87
default = 60
88
0 commit comments