infra/.claude/commands/tf-apply.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

278 B
Executable file

Terraform Apply

Run terraform apply to deploy infrastructure changes.

terraform apply -target=module.kubernetes_cluster.module.<service> -auto-approve

ALWAYS use -target to speed up execution. Monitor the output and report any errors or successful completions.