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 40cec16 commit 6c5729aCopy full SHA for 6c5729a
infra/functions-python/main.tf
@@ -1006,6 +1006,8 @@ resource "google_cloudfunctions2_function" "reverse_geolocation_processor" {
1006
PYTHONNODEBUGRANGES = 0
1007
PROJECT_ID = var.project_id
1008
GCP_REGION = var.gcp_region
1009
+ MATERIALIZED_VIEW_QUEUE = google_cloud_tasks_queue.refresh_materialized_view_task_queue.name
1010
+ SERVICE_ACCOUNT_EMAIL = google_service_account.functions_service_account.email
1011
DATASETS_BUCKET_NAME_GTFS = "${var.datasets_bucket_name}-${var.environment}"
1012
DATASETS_BUCKET_NAME_GBFS = "${var.gbfs_bucket_name}-${var.environment}"
1013
}
0 commit comments