infra/stacks/portal-assistant/terragrunt.hcl

14 lines
443 B
HCL
Raw Normal View History

2026-06-17 20:25:29 +00:00
include "root" {
path = find_in_parent_folders()
}
dependency "platform" {
config_path = "../platform"
skip_outputs = true
}
# portal-assistant gateway — the voice-assistant orchestrator (STT -> Brain ->
# TTS). v1 is ClusterIP-only (E2E proven in-cluster); the public Cloudflare
# ingress for the Portal app is added next. In-memory sessions for now (no
# SESSION_DB_DSN); CNPG Postgres is a later add. portal-assistant issue #10.