We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0b09c6 commit 0b4929eCopy full SHA for 0b4929e
infra/functions-python/main.tf
@@ -1243,6 +1243,7 @@ resource "google_cloudfunctions2_function" "tasks_executor" {
1243
PROJECT_ID = var.project_id
1244
ENV = var.environment
1245
PUBSUB_TOPIC_NAME = "rebuild-bounding-boxes-topic"
1246
+ GOOGLE_FUNCTION_SOURCE = "src/main.py"
1247
}
1248
available_memory = local.function_tasks_executor_config.memory
1249
timeout_seconds = local.function_tasks_executor_config.timeout
0 commit comments