We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Change the bootstrap.sh to install jq and then just read the values direct from the config.json which will be available in /vagrant/config.json.
bootstrap.sh
jq
config.json
/vagrant/config.json
This will also simplify the Vagrantfile and remove the bootstrap_args function.
Vagrantfile
bootstrap_args
Activity