def write_plan()

in terranova/commands/binds.py [0:0]


    def write_plan():
        out.write_text(json.dumps(execution_plan))
        Log.action(
            f"Saved terranova plan to: {out}\n\n"
            f"To perform exactly these actions with terranova, run the following command to apply:\n"
            f'    terranova apply "{out}"'
        )