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.
Save, inspect, and apply plan files end to end against the env zero remote backend with tofu plan -out, tofu show, and tofu apply.
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.