I am trying to do some kind of parameterizatiim inside one of the pkrvars.hcl files. I would like to have urls pointing to some resource to be using some other variables, like:
Lib_url = "https://lib-name-${version}`
Where version comes from other packer variables file. I can see that using variables is not possible this way. The question is - is it possible to use a variable/local value of a valie of some other variable in packer variables file?