It would be nice to check the variables or interpolations in the console, similar to terraform console
. For example, right now I have to run packer build
and check the variable interpolated values within console output during EBS volume tagging.
Approximate interface:
> git-branch
staging
OR
> user.git-branch
staging
OR
> user `git-branch`
staging
> "{{ user `application` }}-{{timestamp }}"
splash-1542381038
This is a cool idea. I'll reach out to terraform and see how complex it was for them to implement so I can get an idea of scope.
I'm setting this for the 1.4.2 milestone -- no guarantees yet that it will be implemented, but we'll investigate and make a decision during this release cycle.
I'm going to lock this issue because it has been closed for _30 days_ โณ. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Most helpful comment
This is a cool idea. I'll reach out to terraform and see how complex it was for them to implement so I can get an idea of scope.