Skip to content

Commit d195491

Browse files
committed
min dev instances
1 parent 18ea833 commit d195491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/dev/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ variable "google_service_account_api_gateway" {
3030
variable "min_instances" {
3131
description = "(Optional) The limit on the minimum number of function instances that may coexist at a given time."
3232
type = number
33-
default = 0
33+
default = 1
3434
}

0 commit comments

Comments
 (0)