Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions environment/deployments/ppdb/services/load-sso.tf
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,6 @@ resource "google_cloudfunctions2_function" "load_sso" {
SERVICE_ACCOUNT_EMAIL = google_service_account.dataflow_load_sso.email
TEMP_LOCATION = var.load_sso_cloud_run_temp_location
LOG_EXECUTION_ID = var.load_sso_cloud_run_log_execution_id
STAGING_DATASET_ID = var.load_sso_staging_dataset_id
INTERNAL_DATASET_ID = var.load_sso_internal_dataset_id
}
}

Expand Down
12 changes: 0 additions & 12 deletions environment/deployments/ppdb/services/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -351,18 +351,6 @@ variable "load_sso_cloud_run_temp_location" {
type = string
}

variable "load_sso_staging_dataset_id" {
description = "BigQuery dataset ID for staging tables written before the swap into the internal dataset"
default = "ppdb_staging"
type = string
}

variable "load_sso_internal_dataset_id" {
description = "BigQuery dataset ID for the internal tables that staging tables are swapped into"
default = "ppdb_internal"
type = string
}

variable "load_sso_runtime" {
description = "Runtime for Cloud Run Functions"
type = string
Expand Down
Loading