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