Skip to content

Commit 5916526

Browse files
authored
fix: Swap scale up/scale down timeout description (#468)
* swapping description of scale up/scale down time variable description
1 parent 52c22b5 commit 5916526

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,13 @@ variable "runners_lambda_zip" {
7676
}
7777

7878
variable "runners_scale_up_lambda_timeout" {
79-
description = "Time out for the scale down lambda in seconds."
79+
description = "Time out for the scale up lambda in seconds."
8080
type = number
8181
default = 180
8282
}
8383

8484
variable "runners_scale_down_lambda_timeout" {
85-
description = "Time out for the scale up lambda in seconds."
85+
description = "Time out for the scale down lambda in seconds."
8686
type = number
8787
default = 60
8888
}

0 commit comments

Comments
 (0)