tools/ccm-service-kit/infra-as-code/storage-transfer-service/azure-to-gcp.tf (8 lines): - line 17: project = var.project_id #TODO: Set project ID - line 22: storage_account = var.azure_storage_account #TODO: Set Azure Storage Account - line 23: container = var.azure_container_name #TODO: Set Azure Container Name - line 24: path = var.azure_file_path #TODO: Set Azure file path - line 26: sas_token = var.azure_sas_token #TODO: Set Azure SAS Token - line 30: bucket_name = var.azure_to_gcs_bucket_name #TODO: Set GCS Bucket Name - line 31: path = var.azure_to_gcs_file_path #TODO: Set GCS file path - line 36: #TODO: Configure dates and frecuency tools/ccm-service-kit/infra-as-code/storage-transfer-service/aws-to-gcp.tf (7 lines): - line 17: project = var.project_id #TODO: Set project ID - line 22: bucket_name = var.aws_s3_bucket #TODO: Set S3 bucket name - line 24: access_key_id = var.aws_access_key #TODO: Set AWS access_key_id - line 25: secret_access_key = var.aws_secret_key #TODO: Set AWS secret_access_key - line 29: bucket_name = var.aws_to_gcs_bucket_name #TODO: Set GCS Bucket Name - line 30: path = var.aws_to_gcs_file_path #TODO: Set GCS file path - line 35: #TODO: Configure dates and frecuency tools/capacity-planner-sheets-extension/main.js (3 lines): - line 89: // TODO: Add automatic retry for retriable errors. - line 267: // TODO: Let user choose the name. - line 354: // TODO: Consider capping the duration at 2-3 days so the script completes in a reasonable amount of time. tools/gke-autopsc-controller/controllers/gateway_controller.go (2 lines): - line 79: // TODO if only the annotation was removed, there might be a stale forwarding rule - line 150: "Cannot change target service of ServiceAttachment, TODO implement ServiceAttachment recreation") tools/hive-bigquery/hive_to_bigquery/bigquery_component.py (2 lines): - line 317: "Updated BigQuery load job ID {} status TODO --> RUNNING for " - line 403: "RUNNING --> TODO & increased retries count " tools/gmon/gmon/clients/account.py (2 lines): - line 86: # TODO: Uncomment this when `delete` operation is available. - line 115: # TODO: Uncomment this when `projects.delete` operation is available. tools/dns-sync/dns_sync/main.py (2 lines): - line 852: # TODO: Need to create/delete DNS records when assigning external IPs - line 855: # TODO: only delete the record if we are stopping an instance with an tools/gmon/gmon/clients/monitoring.py (2 lines): - line 248: # TODO: Add custom aggregation filters - line 270: # "aggregation": aggregation # TODO: Uncomment this tools/ccm-service-kit/infra-as-code/environment-setup/main.tf (1 line): - line 17: #TODO: Set bucket to store tfstate tools/bigquery-hive-external-table-loader/src/main/scala/com/google/cloud/bqhiveloader/SparkJobs.scala (1 line): - line 255: // TODO detect from metadata tools/ml-auto-eda/ml_eda/analysis/descriptive_analysis.py (1 line): - line 84: # TODO: need allow change the number of bins tools/dns-sync/static/index.html (1 line): - line 44: TODO: uncomment when /projects page supports connecting projects and project syncing. tools/hive-bigquery/hive_to_bigquery/gcs_storage_component.py (1 line): - line 240: "Updated GCS copy status TODO --> DONE for file path " tools/ccm-service-kit/infra-as-code/environment-deploy/input.tfvars (1 line): - line 15: #TODO: Set values for the following variables tools/vertexai-featurestore-migration-kit/online_store_creator.py (1 line): - line 92: # TODO: Handle PSC endpoint for online store tools/bigquery-hive-external-table-loader/src/main/scala/com/google/cloud/bqhiveloader/ExternalTableManager.scala (1 line): - line 230: // TODO use dest table to provide schema tools/ccm-service-kit/infra-as-code/environment-deploy/main.tf (1 line): - line 17: #TODO: Set bucket to store tfstate tools/ccm-service-kit/infra-as-code/environment-setup/input.tfvars (1 line): - line 15: #TODO: Set values for these variables tools/k8s-2-gsm/main.go (1 line): - line 394: // TODO: Use resp tools/vm-migrator/src/migrator/machine_image.py (1 line): - line 123: # TODO: does this throw an exception on a outdated eTag? tools/gmon/gmon/cli.py (1 line): - line 56: # TODO: Uncomment this when `delete` and `projects.delete` tools/iam-permissions-copier/resources/base.py (1 line): - line 174: # TODO: if not self._dry_run ?