infra/config.tfvars
Viktor Barzin a12b06c608 [config] Remove ollama_host root variable
## Context
Stage 7 of ollama decommission. `ollama_host` was a shared tfvar consumed by
grampsweb, trading-bot, and ytdlp (all three cleaned in previous commits in
this stack). With no consumers left, the variable is dead config.

## This change
- Removes `ollama_host = "ollama.ollama.svc.cluster.local"` from
  `config.tfvars` (root-level).
- No direct apply — future stack applies automatically stop emitting
  "Value for undeclared variable" warnings for this name.

## What is NOT in this change
- Ollama namespace + deployments still running (stage 8 destroys them).
- Stages 3, 4, 5 already removed the `variable "ollama_host"` declaration
  in each consuming stack; with this commit the shared vars file matches.

## Test plan
### Automated
- None — tfvars change takes effect on next stack apply.

### Manual Verification
- `grep ollama_host config.tfvars` → empty (confirmed).
- `grep -r ollama_host stacks/` → only `ollama.svc.cluster.local` string
  literals inside comments (rybbit worker) or the hub stack itself (ollama
  stack being destroyed next).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-18 11:14:53 +00:00

8.8 KiB