Open logicminds opened 9 years ago
Currently, the config_builder plugin builds Vagrant configuration directly in memory --- so there isn't an intermediate form, such as a Vagrantfile, that could be displayed.
The first step to implementing something like this would be to add some sort of export command that could dump config_builder data after it has been loaded and transformed --- I have opened issue #45 to track this.
Is there a way to see the rendered Vagrantfile after config builder renders everything. I seem to have an issue and a need a way to debug.