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`. This will also simplify the `Vagrantfile` and remove the `bootstrap_args` function.
Change the
bootstrap.shto installjqand then just read the values direct from theconfig.jsonwhich will be available in/vagrant/config.json.This will also simplify the
Vagrantfileand remove thebootstrap_argsfunction.