Open elreydetoda opened 4 years ago
to further comment on this we could probably just create a python script, similar to this one, to do slight alterations to the bento project debian template.
We could reading it into a script :arrow_right: add our alterations :arrow_right: spitting back out the template.
Like how this Stack Overflow article talks about for troposphere: https://stackoverflow.com/questions/56000464/convert-cloudformation-template-yaml-to-troposphere-code
Eventually to make this project more approach able, and modularized, I think using a project like this: https://github.com/mayn/packerlicious would be awesome. It would allow us to dynamically generate the packer template file all from a python script.
CC: Thank you @DrJZoidberg for telling me about this awesome abstraction!