Closed vishagilityroots closed 6 years ago
Packer does not support nested objects in vars.json: https://github.com/hashicorp/packer/issues/2441
vars.json
So vars.json and surrounding logic needs to be rewritten.
And ... holy crap ... Packer does not allow nesting of variables as well :-1: https://github.com/hashicorp/packer/issues/874
Using the modified vars.json the Vagrantfile as well as Packer Template were tested. Issue is closed.
Packer does not support nested objects in
vars.json
: https://github.com/hashicorp/packer/issues/2441So
vars.json
and surrounding logic needs to be rewritten.And ... holy crap ... Packer does not allow nesting of variables as well :-1: https://github.com/hashicorp/packer/issues/874