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

10 lines
306 B
Markdown
Raw Normal View History

2026-01-18 15:40:43 +00:00
# Terraform Apply
Run terraform apply to deploy infrastructure changes via the `/remote` skill.
2026-01-18 15:40:43 +00:00
```
/remote terraform apply -target=module.kubernetes_cluster.module.<service> -auto-approve
2026-01-18 15:40:43 +00:00
```
ALWAYS use -target to speed up execution. Monitor the output and report any errors or successful completions.