Merge pull request #960 from Hestia-Homes/feature/dont_drop_postcode

Feature/dont drop postcode
This commit is contained in:
Jun-te Kim 2026-04-07 12:11:27 +01:00 committed by GitHub
commit 89ad1c9050
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -19,7 +19,7 @@ variable "image_digest" {
variable "maximum_concurrency" {
type = number
default = 1
default = 2
description = "Maximum number of concurrent Lambda invocations from SQS (2-1000). null = no limit."
}

View file

@ -19,13 +19,13 @@ variable "image_digest" {
variable "maximum_concurrency" {
type = number
default = 1
default = 2
description = "Maximum number of concurrent Lambda invocations from SQS (2-1000). null = no limit."
}
variable "batch_size" {
type = number
default = 10
default = 5
}
locals {