Hi,
I've been searching around for a while and asked a couple of colleagues and none of them know how to solve this.
We've got a bunch of packer templates, which build AWS AMIs and they are all very similar. This means that when we make changes to one of them, we often have to remember to make the same change to all three. Ideally we'd like to "include" the common code which is shared with all three. Is there a way of doing this? Am I barking up the wrong tree?
Thanks for your help!