The situation is the same. It's not possible and it steps away a bit from the purpose of Packer.
Regarding the null builder it's main purpose is to speed up development of provisioners and their script, since you can quickly iterate over them without the need of launching and destroying instances. The purpose of the file builder is similar but for exercising a post-processor. If you want this it's easy to fork the file builder to "import" builder, which needs to take file list or glob etc of the files to include and also set the correct builder id (mitchellh.vmware-esx or mitchellh.vmware). // Rickard On 10 October 2017 at 23:03, qubitrenegade <[email protected]> wrote: > Correct link to previous post > <https://groups.google.com/forum/#!searchin/packer-tool/qubitrenegade%7Csort:relevance/packer-tool/Dz1BSsK6nqI/y49Q8CgrEQAJ> > > > -- > This mailing list is governed under the HashiCorp Community Guidelines - > https://www.hashicorp.com/community-guidelines.html. Behavior in > violation of those guidelines may result in your removal from this mailing > list. > > GitHub Issues: https://github.com/mitchellh/packer/issues > IRC: #packer-tool on Freenode > --- > You received this message because you are subscribed to the Google Groups > "Packer" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/packer-tool/9fdc942a-8ca2-4fb1-9136-94ee30bd4275%40googlegroups.com > <https://groups.google.com/d/msgid/packer-tool/9fdc942a-8ca2-4fb1-9136-94ee30bd4275%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues: https://github.com/mitchellh/packer/issues IRC: #packer-tool on Freenode --- You received this message because you are subscribed to the Google Groups "Packer" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/packer-tool/CALz9Rt9VrL8-%2BBwbXbzpqAbBoN0XPaqThkR0KaheFnS-Y0J%3Dtg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
