Skip to content

Commit 1c71642

Browse files
committed
added pubsub topi name as ENV
1 parent 19de6f5 commit 1c71642

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
@@ -1221,6 +1221,7 @@ resource "google_cloudfunctions2_function" "tasks_executor" {
12211221
environment_variables = {
12221222
PROJECT_ID = var.project_id
12231223
ENV = var.environment
1224+
PUBSUB_TOPIC_NAME = "rebuild-bounding-boxes-topic"
12241225
}
12251226
available_memory = local.function_tasks_executor_config.memory
12261227
timeout_seconds = local.function_tasks_executor_config.timeout

0 commit comments

Comments
 (0)