Skip to content

Commit 193565a

Browse files
committed
fix: tf param
1 parent 5bacb69 commit 193565a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/functions-python/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1253,7 +1253,7 @@ resource "google_cloudfunctions2_function" "tasks_executor" {
12531253
PMTILES_BUILDER_QUEUE = google_cloud_tasks_queue.pmtiles_builder_task_queue.name
12541254
SERVICE_ACCOUNT_EMAIL = google_service_account.functions_service_account.email
12551255
GCP_REGION = var.gcp_region
1256-
TDG_API_TOKEN = var.tdg_api_key
1256+
TDG_API_TOKEN = var.tdg_api_token
12571257
}
12581258
available_memory = local.function_tasks_executor_config.memory
12591259
timeout_seconds = local.function_tasks_executor_config.timeout

0 commit comments

Comments
 (0)