infra/.claude/commands/tf-plan.md

10 lines
310 B
Markdown
Raw Normal View History

2026-01-18 15:40:43 +00:00
# Terraform Plan
Run terraform plan to preview infrastructure changes via the `/remote` skill.
2026-01-18 15:40:43 +00:00
```
/remote terraform plan -target=module.kubernetes_cluster.module.<service>
2026-01-18 15:40:43 +00:00
```
ALWAYS use -target to speed up execution. Summarize the planned changes, highlighting any resources being destroyed or recreated.