Packer: Packer Console

Created on 16 Nov 2018  ·  3Comments  ·  Source: hashicorp/packer

Feature Request

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
core enhancement

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.

All 3 comments

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.

Was this page helpful?
0 / 5 - 0 ratings