Skip to main content
When you use env zero’s remote backend, you can now work with saved plan files end to end: run tofu plan -out to save a plan, tofu show to inspect it, and tofu apply to apply exactly that saved plan. This gives you a reliable plan-then-apply workflow against the remote backend without re-running the plan.
Learn more in the Remote Backend documentation.