Skip to content

Commit 25cb46a

Browse files
committed
add missing env variable
1 parent ebeaa8f commit 25cb46a

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
@@ -357,6 +357,7 @@ resource "google_cloudfunctions2_function" "process_validation_report" {
357357
GCP_REGION = var.gcp_region
358358
SERVICE_ACCOUNT_EMAIL = google_service_account.functions_service_account.email
359359
FILES_ENDPOINT = local.public_hosted_datasets_url
360+
MATERIALIZED_VIEW_QUEUE = google_cloud_tasks_queue.refresh_materialized_view_task_queue.name
360361
# prevents multiline logs from being truncated on GCP console
361362
PYTHONNODEBUGRANGES = 0
362363
}

0 commit comments

Comments
 (0)