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.
278 B
Executable file
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.