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 19de6f5 commit 1c71642Copy full SHA for 1c71642
infra/functions-python/main.tf
@@ -1221,6 +1221,7 @@ resource "google_cloudfunctions2_function" "tasks_executor" {
1221
environment_variables = {
1222
PROJECT_ID = var.project_id
1223
ENV = var.environment
1224
+ PUBSUB_TOPIC_NAME = "rebuild-bounding-boxes-topic"
1225
}
1226
available_memory = local.function_tasks_executor_config.memory
1227
timeout_seconds = local.function_tasks_executor_config.timeout
0 commit comments