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 5bacb69 commit 193565aCopy full SHA for 193565a
infra/functions-python/main.tf
@@ -1253,7 +1253,7 @@ resource "google_cloudfunctions2_function" "tasks_executor" {
1253
PMTILES_BUILDER_QUEUE = google_cloud_tasks_queue.pmtiles_builder_task_queue.name
1254
SERVICE_ACCOUNT_EMAIL = google_service_account.functions_service_account.email
1255
GCP_REGION = var.gcp_region
1256
- TDG_API_TOKEN = var.tdg_api_key
+ TDG_API_TOKEN = var.tdg_api_token
1257
}
1258
available_memory = local.function_tasks_executor_config.memory
1259
timeout_seconds = local.function_tasks_executor_config.timeout
0 commit comments