infra/.claude/commands/tf-plan.md
Viktor Barzin c14dc88ffa [ci skip] Clean up .claude: remove remote executor and /remote skill references
All commands and skills now reference tools directly without any remote
execution wrapper. Archived setup-remote-executor.md for reference.
Added rule: all infra changes must go through Terraform.
2026-02-07 13:21:58 +00:00

9 lines
282 B
Markdown
Executable file

# Terraform Plan
Run terraform plan to preview infrastructure changes.
```bash
terraform plan -target=module.kubernetes_cluster.module.<service>
```
ALWAYS use -target to speed up execution. Summarize the planned changes, highlighting any resources being destroyed or recreated.