From db9e796e3a61e0d5ddeb59d193fc6fe0922e03a9 Mon Sep 17 00:00:00 2001 From: Christie Ellks Date: Fri, 22 May 2026 16:49:20 -0700 Subject: [PATCH] add ingestion_input_path to outputs --- infra/dcp/outputs.tf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/infra/dcp/outputs.tf b/infra/dcp/outputs.tf index 428c153a..669d58af 100644 --- a/infra/dcp/outputs.tf +++ b/infra/dcp/outputs.tf @@ -59,3 +59,9 @@ output "region" { description = "The GCP region where resources are deployed" value = var.region } + +output "ingestion_input_path" { + description = "Path within the bucket where raw files should be uploaded" + value = var.ingestion_input_path +} +