Skip to content

Commit 575db17

Browse files
committed
Add missing refresh view variables
1 parent 6c5729a commit 575db17

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
@@ -1006,6 +1006,7 @@ resource "google_cloudfunctions2_function" "reverse_geolocation_processor" {
10061006
PYTHONNODEBUGRANGES = 0
10071007
PROJECT_ID = var.project_id
10081008
GCP_REGION = var.gcp_region
1009+
ENV = var.environment
10091010
MATERIALIZED_VIEW_QUEUE = google_cloud_tasks_queue.refresh_materialized_view_task_queue.name
10101011
SERVICE_ACCOUNT_EMAIL = google_service_account.functions_service_account.email
10111012
DATASETS_BUCKET_NAME_GTFS = "${var.datasets_bucket_name}-${var.environment}"

0 commit comments

Comments
 (0)