[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>
This commit is contained in:
parent
57fdea4b99
commit
a12b06c608
1 changed files with 0 additions and 0 deletions
BIN
config.tfvars
BIN
config.tfvars
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue