Skip to content

Commit 8ede3a5

Browse files
committed
max_instance dev override
1 parent 619c267 commit 8ede3a5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

terraform/dev/variables.tf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,9 @@ variable "min_instances" {
1919
type = number
2020
default = 0
2121
}
22+
23+
variable "max_instance_request_concurrency" {
24+
description = "(Optional) The limit on the maximum number of requests that an instance can handle simultaneously. This can be used to control costs when scaling. Defaults to 1."
25+
type = number
26+
default = 1
27+
}

0 commit comments

Comments
 (0)