## Context Stage 5 of ollama decommission. The `trading-bot` stack has been entirely commented out since 2026-04-06 (deployments scaled to 0, infra disabled to prevent re-creation on apply). The commented body still contained references to `var.ollama_host`, `TRADING_OLLAMA_HOST`, and `TRADING_OLLAMA_MODEL`. Removing them now so if/when the stack is ever re-enabled, those dead references don't need remembering. ## This change - Removes `variable "ollama_host"` from the commented-out block. - Removes `TRADING_OLLAMA_HOST` and `TRADING_OLLAMA_MODEL` from the commented `common_env` locals. - Verified the outer `/* ... */` comment block still wraps the entire stack (head: `/*`, tail: `*/`). - No apply needed — stack is disabled. ## Test plan ### Automated - None — file content is inside a block comment; Terraform parser ignores it. - `terraform fmt` check: no effect (commented content). ### Manual Verification - `head -1 stacks/trading-bot/main.tf` → `/*` - `tail -1 stacks/trading-bot/main.tf` → `*/` Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| backend.tf | ||
| main.tf | ||
| providers.tf | ||
| secrets | ||
| terragrunt.hcl | ||