Skip to content

Commit 0b4929e

Browse files
committed
fixed terraform script
1 parent d0b09c6 commit 0b4929e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

infra/functions-python/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1243,6 +1243,7 @@ resource "google_cloudfunctions2_function" "tasks_executor" {
12431243
PROJECT_ID = var.project_id
12441244
ENV = var.environment
12451245
PUBSUB_TOPIC_NAME = "rebuild-bounding-boxes-topic"
1246+
GOOGLE_FUNCTION_SOURCE = "src/main.py"
12461247
}
12471248
available_memory = local.function_tasks_executor_config.memory
12481249
timeout_seconds = local.function_tasks_executor_config.timeout

0 commit comments

Comments
 (0)