Skip to content

Commit 818e56d

Browse files
committed
change default value for provisioned concurrency
1 parent cc2b2ae commit 818e56d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ variable "reserved_concurrent_executions" {
145145
variable "provisioned_concurrent_executions" {
146146
description = "Amount of capacity to allocate. Set to 1 or greater to enable, or set to 0 to disable provisioned concurrency."
147147
type = number
148-
default = 0
148+
default = -1
149149
}
150150

151151
variable "timeout" {

0 commit comments

Comments
 (0)