Quickly inspect what will be generated without touching Terraform.
What it does
pltf previewreads your spec and shows provider, backend type, labels, and modules that will render.- Auto-detects env vs service based on
kind.
Example
Notes
- No cloud credentials needed; useful in CI or pre-commit checks.
- Pair with
pltf validatefor faster feedback before generation/apply.