This is where Kilolock moves beyond “remote state storage” and starts helping with shared-state coordination.
kl plan -f slow_a.tf -o slow-a.plan.json
This narrows planning to resources declared in the selected file.
kl apply -f slow_a.tf --confirm-scope
This is useful when a team wants a tighter workflow around a bounded part of a large shared state.
kl quota remaining
terraform plan -out=plan.tfplan
kl quota check --tf-plan plan.tfplan
This is another area where Kilolock adds something beyond a vanilla backend:
Plain Terraform gives you:
Kilolock is trying to add: