This commit is contained in:
Ludovico Magnocavallo 2020-09-01 07:50:04 +02:00
parent 263c767a0a
commit 707e567637
1 changed files with 4 additions and 0 deletions

View File

@ -66,6 +66,10 @@ module "cf" {
source_dir = "cf"
output_path = var.bundle_path
}
environment_variables = {
USE_WORKER_V2 = "true"
PYTHON37_DRAIN_LOGS_ON_CRASH_WAIT_SEC = "5"
}
service_account_create = true
trigger_config = {
event = "google.pubsub.topic.publish"